![]() |
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... | |
Functions | |
template<ValidColumnType... Args> | |
requires (sizeof...(Args) >=1) using ResultType | |
Return type for result of an SQL statement that returns data. More... | |
Variables | |
template<typename T > | |
concept | ValidParamType |
Test if a type is a valid SQLite parameter type. More... | |
template<typename T > | |
concept | ValidColumnType |
Test if a type is a valid placeholder for some SQLite column type. More... | |
SQLite::requires | ( | sizeof...(Args) >= | 1 | ) |
Return type for result of an SQL statement that returns data.
concept SQLite::ValidColumnType |