#include "soci.h"#include "soci-db2.h"#include "common-tests.h"#include <iostream>#include <string>#include <cassert>#include <cstdlib>#include <ctime>
Go to the source code of this file.
Classes | |
| struct | table_creator_for_get_affected_rows |
| struct | table_creator_one |
| struct | table_creator_three |
| struct | table_creator_two |
| class | test_context |
Functions | |
| int | main (int argc, char **argv) |
| void | test1 () |
| void | test2 () |
| void | test3 () |
Variables | |
| backend_factory const & | backEnd = *soci::factory_db2() |
| std::string | connectString |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 394 of file test-db2.cpp.
| void test1 | ( | ) |
Definition at line 106 of file test-db2.cpp.
| void test2 | ( | ) |
Definition at line 293 of file test-db2.cpp.
| void test3 | ( | ) |
Definition at line 339 of file test-db2.cpp.
| backend_factory const& backEnd = *soci::factory_db2() |
Definition at line 22 of file test-db2.cpp.
| std::string connectString |
Definition at line 21 of file test-db2.cpp.