#include "soci.h"#include "soci-odbc.h"#include "common-tests.h"#include <iostream>#include <string>#include <cassert>#include <ctime>#include <cmath>
Go to the source code of this file.
Classes | |
| struct | table_creator_bigint |
| 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 | test_odbc_db2_long_long () |
| void | test_odbc_db2_long_long_vector () |
| void | test_odbc_db2_unsigned_long_long () |
| void | test_odbc_db2_unsigned_long_long_vector () |
Variables | |
| backend_factory const & | backEnd = *soci::factory_odbc() |
| std::string | connectString |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 255 of file test-odbc-db2.cpp.
| void test_odbc_db2_long_long | ( | ) |
Definition at line 107 of file test-odbc-db2.cpp.
| void test_odbc_db2_long_long_vector | ( | ) |
Definition at line 169 of file test-odbc-db2.cpp.
| void test_odbc_db2_unsigned_long_long | ( | ) |
Definition at line 138 of file test-odbc-db2.cpp.
| void test_odbc_db2_unsigned_long_long_vector | ( | ) |
Definition at line 212 of file test-odbc-db2.cpp.
| backend_factory const& backEnd = *soci::factory_odbc() |
Definition at line 21 of file test-odbc-db2.cpp.
| std::string connectString |
Definition at line 20 of file test-odbc-db2.cpp.