#include <sqlite3.h>
#include <cstdlib>
#include <cstdio>
#include <stdexcept>
Go to the source code of this file.
Functions | |
void | checkErr (int returned_code, sqlite3 *db, const char *msg, int expected_code=SQLITE_OK) |
int | main (int argc, char **argv) |
void checkErr | ( | int | returned_code, | |
sqlite3 * | db, | |||
const char * | msg, | |||
int | expected_code = SQLITE_OK | |||
) |
Definition at line 6 of file db_test.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 15 of file db_test.cpp.