#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_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) |
Variables | |
| backend_factory const & | backEnd = *soci::factory_odbc() |
| std::string | connectString |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 103 of file test-odbc-postgresql.cpp.
| backend_factory const& backEnd = *soci::factory_odbc() |
Definition at line 21 of file test-odbc-postgresql.cpp.
| std::string connectString |
Definition at line 20 of file test-odbc-postgresql.cpp.