VSQLite++ 0.3
Loading...
Searching...
No Matches
sqlite::v2::query::result_range::column_cache Struct Reference

#include <query.hpp>

Collaboration diagram for sqlite::v2::query::result_range::column_cache:
Collaboration graph

Public Member Functions

int index_of (std::string_view name) const

Public Attributes

std::vector< std::string > names
std::unordered_map< std::string, int > lookup

Detailed Description

Definition at line 75 of file query.hpp.

Member Function Documentation

◆ index_of()

int sqlite::v2::query::result_range::column_cache::index_of ( std::string_view name) const

Member Data Documentation

◆ lookup

std::unordered_map<std::string, int> sqlite::v2::query::result_range::column_cache::lookup

Definition at line 77 of file query.hpp.

◆ names

std::vector<std::string> sqlite::v2::query::result_range::column_cache::names

Definition at line 76 of file query.hpp.


The documentation for this struct was generated from the following file: