![]() |
ATLAS Offline Software
|
Classes | |
| struct | ResultTypeWrapper |
| Helper to return void if Args is empty or void. More... | |
| struct | ResultTypeWrapper<> |
| class | Statement |
| SQLite prepared statement. More... | |
Concepts | |
| concept | ValidParamType |
| Test if a type is a valid SQLite parameter type. | |
| concept | ValidColumnType |
| Test if a type is a valid placeholder for some SQLite column type. | |
Typedefs | |
| template<ValidColumnType... Args> | |
| using | ResultType = std::vector<std::tuple<Args...>> |
| Return type for result of an SQL statement that returns data. | |
| using SQLite::ResultType = std::vector<std::tuple<Args...>> |
Return type for result of an SQL statement that returns data.
Definition at line 37 of file Statement.h.