#include <soci.h>
#include <test/common-tests.h>
#include <soci-firebird.h>
#include <error-firebird.h>
#include <iostream>
#include <string>
#include <cassert>
#include <ctime>
#include <cstring>
Go to the source code of this file.
Classes | |
struct | table_creator_one |
struct | table_creator_two |
struct | table_creator_three |
class | test_context |
Namespaces | |
namespace | 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 | |
void | test1 () |
void | test2 () |
void | test3 () |
void | test4 () |
void | test5 () |
void | test6 () |
void | test7 () |
void | test8 () |
void | test9 () |
void | test10 () |
long | soci::getRowCount (soci::statement &statement, eRowCountType type) |
void | test11 () |
int | main (int argc, char **argv) |
Variables | |
std::string | connectString |
soci::backend_factory const & | backEnd = firebird |
void test1 | ( | ) |
Definition at line 35 of file test-firebird.cpp.
References backEnd, and connectString.
void test2 | ( | ) |
Definition at line 73 of file test-firebird.cpp.
References backEnd, and connectString.
Referenced by main().
void test3 | ( | ) |
Definition at line 176 of file test-firebird.cpp.
References backEnd, and connectString.
Referenced by main().
void test4 | ( | ) |
Definition at line 230 of file test-firebird.cpp.
References backEnd, and connectString.
Referenced by main().
void test5 | ( | ) |
Definition at line 296 of file test-firebird.cpp.
References backEnd, and connectString.
Referenced by main().
void test6 | ( | ) |
Definition at line 367 of file test-firebird.cpp.
References backEnd, and connectString.
Referenced by main().
void test7 | ( | ) |
Definition at line 507 of file test-firebird.cpp.
References backEnd, and connectString.
Referenced by main().
void test8 | ( | ) |
Definition at line 625 of file test-firebird.cpp.
References backEnd, and connectString.
Referenced by main().
void test9 | ( | ) |
Definition at line 706 of file test-firebird.cpp.
References backEnd, and connectString.
Referenced by main().
void test10 | ( | ) |
Definition at line 817 of file test-firebird.cpp.
References backEnd, and connectString.
Referenced by main().
void test11 | ( | ) |
Definition at line 1005 of file test-firebird.cpp.
References backEnd, connectString, soci::eRowsDeleted, soci::eRowsInserted, soci::eRowsSelected, soci::eRowsUpdated, and soci::getRowCount().
Referenced by main().
int main | ( | int | argc, | |
char ** | argv | |||
) |
std::string connectString |
Definition at line 31 of file test-firebird.cpp.
soci::backend_factory const& backEnd = firebird |
Definition at line 32 of file test-firebird.cpp.
Generated on Sun Oct 3 2010 17:42:17 for EXTRAS-SOCI by Doxygen 1.7.1