#include "soci.h"#include "soci-oracle.h"#include "common-tests.h"#include <iostream>#include <string>#include <cstring>#include <cassert>#include <ctime>
Go to the source code of this file.
Classes | |
| struct | basic_table_creator |
| struct | blob_table_creator |
| struct | in_out_procedure_creator |
| struct | long_table_creator |
| struct | longlong_table_creator |
| struct | person |
| struct | person2 |
| struct | person3 |
| struct | person_table_creator |
| struct | procedure_creator |
| struct | returns_null_procedure_creator |
| struct | string_holder |
| struct | table_creator_four |
| struct | table_creator_one |
| struct | table_creator_three |
| struct | table_creator_two |
| class | test_context |
| struct | times100_procedure_creator |
| struct | soci::type_conversion< person > |
| struct | soci::type_conversion< person2 > |
| struct | soci::type_conversion< person3 > |
| struct | soci::type_conversion< string_holder > |
Namespaces | |
| soci | |
Functions | |
| int | main (int argc, char **argv) |
| void | test1 () |
| void | test10 () |
| void | test11 () |
| void | test12 () |
| void | test13 () |
| void | test14 () |
| void | test2 () |
| void | test3 () |
| void | test4 () |
| void | test5 () |
| void | test6 () |
| void | test7 () |
| void | test7inout () |
| void | test7outnull () |
| void | test8 () |
| void | test9 () |
Variables | |
| backend_factory const & | backEnd = *soci::factory_oracle() |
| std::string | connectString |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 1184 of file test-oracle.cpp.
| void test1 | ( | ) |
Definition at line 24 of file test-oracle.cpp.
| void test10 | ( | ) |
Definition at line 803 of file test-oracle.cpp.
| void test11 | ( | ) |
Definition at line 957 of file test-oracle.cpp.
| void test12 | ( | ) |
Definition at line 1002 of file test-oracle.cpp.
| void test13 | ( | ) |
Definition at line 1022 of file test-oracle.cpp.
| void test14 | ( | ) |
Definition at line 1060 of file test-oracle.cpp.
| void test2 | ( | ) |
Definition at line 93 of file test-oracle.cpp.
| void test3 | ( | ) |
Definition at line 124 of file test-oracle.cpp.
| void test4 | ( | ) |
Definition at line 190 of file test-oracle.cpp.
| void test5 | ( | ) |
Definition at line 229 of file test-oracle.cpp.
| void test6 | ( | ) |
Definition at line 263 of file test-oracle.cpp.
| void test7 | ( | ) |
Definition at line 344 of file test-oracle.cpp.
| void test7inout | ( | ) |
Definition at line 368 of file test-oracle.cpp.
| void test7outnull | ( | ) |
Definition at line 396 of file test-oracle.cpp.
| void test8 | ( | ) |
Definition at line 416 of file test-oracle.cpp.
| void test9 | ( | ) |
Definition at line 662 of file test-oracle.cpp.
| backend_factory const& backEnd = *soci::factory_oracle() |
Definition at line 21 of file test-oracle.cpp.
| std::string connectString |
Definition at line 20 of file test-oracle.cpp.