ATLAS Offline Software
Loading...
Searching...
No Matches
SQLite Namespace Reference

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.

Typedef Documentation

◆ ResultType

template<ValidColumnType... Args>
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.