#include "sqlite3.h"
#include <ost/db/module_config.hh>
Go to the source code of this file.
Namespaces | |
namespace | ost |
namespace | ost::db |
Functions | |
void | SqlConvert (sqlite3_stmt *stmt, int &value, int col=0) |
void | SqlConvert (sqlite3_stmt *stmt, String &value, int col=0) |
void | SqlConvert (sqlite3_stmt *stmt, sqlite3_int64 &value, int col=0) |
template<typename T > | |
void | SqlConvert (sqlite3_stmt *stmt, T &value) |