#include "Statement.h"
#include "SqliteException.h"
#include "InvalidUseException.h"
#include <utility>
#include <tuple>
Go to the source code of this file.
Namespaces | |
namespace | sqlite |
Functions | |
Statement::ColType< double > | sqlite::coldouble () |
Statement::ColType< int > | sqlite::colint () |
Statement::ColType< int64_t > | sqlite::colint64 () |
Statement::ColType< std::string > | sqlite::colstr () |
void | sqlite::execute_sql (std::string sql, Database &db) |
Executes simple sql statement with no result. |