Classes | Functions
sqlite::Priv Namespace Reference

Classes

struct  Statement
 

Functions

void Append (sqlite3_stmt *statement, int index, const char *data)
 
void Append (sqlite3_stmt *statement, int index, const double &data)
 
void Append (sqlite3_stmt *statement, int index, const float &data)
 
void Append (sqlite3_stmt *statement, int index, const int32_t &data)
 
void Append (sqlite3_stmt *statement, int index, const int64_t &data)
 
void Append (sqlite3_stmt *statement, int index, const sqlite::Blob &blob)
 
void Append (sqlite3_stmt *statement, int index, const sqlite::NOBlob &blob)
 
void Append (sqlite3_stmt *statement, int index, const std::string &data)
 
template<typename Arg >
void AppendToQuery (sqlite3_stmt *statement, int index, const Arg &arg)
 
template<typename First , typename ... Args>
void AppendToQuery (sqlite3_stmt *statement, int index, const First &first, const Args &... args)
 
bool CheckError (int code)
 
bool CheckError (sqlite3 *db, int code)
 

Function Documentation

◆ Append() [1/8]

void sqlite::Priv::Append ( sqlite3_stmt *  statement,
int  index,
const char *  data 
)
inline

Definition at line 266 of file sqlite.hpp.

◆ Append() [2/8]

void sqlite::Priv::Append ( sqlite3_stmt *  statement,
int  index,
const double &  data 
)
inline

Definition at line 256 of file sqlite.hpp.

◆ Append() [3/8]

void sqlite::Priv::Append ( sqlite3_stmt *  statement,
int  index,
const float &  data 
)
inline

Definition at line 251 of file sqlite.hpp.

◆ Append() [4/8]

void sqlite::Priv::Append ( sqlite3_stmt *  statement,
int  index,
const int32_t &  data 
)
inline

Definition at line 241 of file sqlite.hpp.

◆ Append() [5/8]

void sqlite::Priv::Append ( sqlite3_stmt *  statement,
int  index,
const int64_t &  data 
)
inline

Definition at line 246 of file sqlite.hpp.

◆ Append() [6/8]

void sqlite::Priv::Append ( sqlite3_stmt *  statement,
int  index,
const sqlite::Blob blob 
)
inline

Definition at line 271 of file sqlite.hpp.

◆ Append() [7/8]

void sqlite::Priv::Append ( sqlite3_stmt *  statement,
int  index,
const sqlite::NOBlob blob 
)
inline

Definition at line 276 of file sqlite.hpp.

◆ Append() [8/8]

void sqlite::Priv::Append ( sqlite3_stmt *  statement,
int  index,
const std::string &  data 
)
inline

Definition at line 261 of file sqlite.hpp.

◆ AppendToQuery() [1/2]

template<typename Arg >
void sqlite::Priv::AppendToQuery ( sqlite3_stmt *  statement,
int  index,
const Arg &  arg 
)
inline

Definition at line 282 of file sqlite.hpp.

◆ AppendToQuery() [2/2]

template<typename First , typename ... Args>
void sqlite::Priv::AppendToQuery ( sqlite3_stmt *  statement,
int  index,
const First &  first,
const Args &...  args 
)
inline

Definition at line 288 of file sqlite.hpp.

◆ CheckError() [1/2]

bool sqlite::Priv::CheckError ( int  code)
inline

Definition at line 86 of file sqlite.hpp.

◆ CheckError() [2/2]

bool sqlite::Priv::CheckError ( sqlite3 *  db,
int  code 
)
inline

Definition at line 72 of file sqlite.hpp.



behaviortree_cpp_v4
Author(s): Davide Faconti
autogenerated on Sun Sep 22 2024 02:19:18