#include "soci.h"#include "soci-sqlite3.h"#include "common-tests.h"#include <iostream>#include <sstream>#include <string>#include <cassert>#include <cmath>#include <cstring>#include <ctime>
Go to the source code of this file.
Classes | |
| struct | blob_table_creator |
| struct | longlong_table_creator |
| struct | table_creator_for_get_affected_rows |
| struct | table_creator_one |
| struct | table_creator_three |
| struct | table_creator_two |
| struct | test3_table_creator |
| struct | test4_table_creator |
| struct | test6_table_creator |
| class | test_context |
Functions | |
| int | main (int argc, char **argv) |
| void | test1 () |
| void | test2 () |
| void | test3 () |
| void | test4 () |
| void | test5 () |
| void | test6 () |
Variables | |
| backend_factory const & | backEnd = *soci::factory_sqlite3() |
| std::string | connectString |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 377 of file test-sqlite3.cpp.
| void test1 | ( | ) |
Definition at line 27 of file test-sqlite3.cpp.
| void test2 | ( | ) |
Definition at line 75 of file test-sqlite3.cpp.
| void test3 | ( | ) |
Definition at line 129 of file test-sqlite3.cpp.
| void test4 | ( | ) |
Definition at line 177 of file test-sqlite3.cpp.
| void test5 | ( | ) |
Definition at line 214 of file test-sqlite3.cpp.
| void test6 | ( | ) |
Definition at line 269 of file test-sqlite3.cpp.
| backend_factory const& backEnd = *soci::factory_sqlite3() |
Definition at line 23 of file test-sqlite3.cpp.
| std::string connectString |
Definition at line 22 of file test-sqlite3.cpp.