#include "soci.h"#include "soci-firebird.h"#include "error-firebird.h"#include "common-tests.h"#include "common.h"#include <iostream>#include <string>#include <cassert>#include <ctime>#include <cstring>#include <cmath>
Go to the source code of this file.
Classes | |
| struct | TableCreator1 |
| struct | TableCreator2 |
| struct | TableCreator3 |
| struct | TableCreator4 |
| class | test_context |
Namespaces | |
| soci | |
Enumerations | |
| enum | soci::eRowCountType { soci::eRowsSelected = isc_info_req_select_count, soci::eRowsInserted = isc_info_req_insert_count, soci::eRowsUpdated = isc_info_req_update_count, soci::eRowsDeleted = isc_info_req_delete_count } |
Functions | |
| long | soci::getRowCount (soci::statement &statement, eRowCountType type) |
| int | main (int argc, char **argv) |
| void | test1 () |
| void | test10 () |
| void | test11 () |
| void | test12 () |
| void | test13 () |
| void | test2 () |
| void | test3 () |
| void | test4 () |
| void | test5 () |
| void | test6 () |
| void | test7 () |
| void | test8 () |
| void | test9 () |
Variables | |
| soci::backend_factory const & | backEnd = *factory_firebird() |
| std::string | connectString |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 1306 of file test-firebird.cpp.
| void test1 | ( | ) |
Definition at line 27 of file test-firebird.cpp.
| void test10 | ( | ) |
Definition at line 821 of file test-firebird.cpp.
| void test11 | ( | ) |
Definition at line 1009 of file test-firebird.cpp.
| void test12 | ( | ) |
Definition at line 1077 of file test-firebird.cpp.
| void test13 | ( | ) |
Definition at line 1122 of file test-firebird.cpp.
| void test2 | ( | ) |
Definition at line 65 of file test-firebird.cpp.
| void test3 | ( | ) |
Definition at line 167 of file test-firebird.cpp.
| void test4 | ( | ) |
Definition at line 221 of file test-firebird.cpp.
| void test5 | ( | ) |
Definition at line 301 of file test-firebird.cpp.
| void test6 | ( | ) |
Definition at line 365 of file test-firebird.cpp.
| void test7 | ( | ) |
Definition at line 511 of file test-firebird.cpp.
| void test8 | ( | ) |
Definition at line 629 of file test-firebird.cpp.
| void test9 | ( | ) |
Definition at line 710 of file test-firebird.cpp.
| soci::backend_factory const& backEnd = *factory_firebird() |
Definition at line 24 of file test-firebird.cpp.
| std::string connectString |
Definition at line 23 of file test-firebird.cpp.