Go to the source code of this file.
Namespaces | |
namespace | SQLitePP |
Functions | |
sqlite3_stmt * | SQLitePP::prepareStatement (const char *sqlcode, sqlite3 *db) |
void | SQLitePP::showSqlite3Error (const char *infunction, sqlite3 *db) |
template<> | |
std::string | SQLitePP::ResultIterator::get< std::string > (int column) |
template<> | |
schma::UnicodePtr | SQLitePP::ResultIterator::get< schma::UnicodePtr > (int column) |