#include "soci.h"#include "soci-empty.h"#include <iostream>#include <string>#include <cassert>#include <cstdlib>#include <ctime>
Go to the source code of this file.
Classes | |
| struct | Person |
| struct | soci::type_conversion< Person > |
Namespaces | |
| soci | |
Functions | |
| int | main (int argc, char **argv) |
| void | test1 () |
Variables | |
| backend_factory const & | backEnd = *soci::factory_empty() |
| std::string | connectString |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 129 of file test-empty.cpp.
| void test1 | ( | ) |
Definition at line 55 of file test-empty.cpp.
| backend_factory const& backEnd = *soci::factory_empty() |
Definition at line 19 of file test-empty.cpp.
| std::string connectString |
Definition at line 18 of file test-empty.cpp.