#include <soci.h>
#include <soci-postgresql.h>
#include <test/common-tests.h>
#include <iostream>
#include <sstream>
#include <string>
#include <cassert>
#include <cmath>
#include <cstring>
#include <ctime>
#include <cstdlib>
Go to the source code of this file.
Classes | |
struct | oid_table_creator |
class | function_creator |
struct | blob_table_creator |
struct | longlong_table_creator |
struct | boolean_table_creator |
struct | table_creator_one |
struct | table_creator_two |
struct | table_creator_three |
class | test_context |
Functions | |
void | test1 () |
void | test2 () |
void | test3 () |
void | test4 () |
void | test5 () |
void | test6 () |
void | test7 () |
void | test8 () |
void | test9 () |
void | test10 () |
int | main (int argc, char **argv) |
Variables | |
std::string | connectString |
backend_factory const & | backEnd = postgresql |
void test1 | ( | ) |
Definition at line 52 of file test-postgresql.cpp.
References backEnd, and connectString.
void test2 | ( | ) |
Definition at line 132 of file test-postgresql.cpp.
References backEnd, and connectString.
void test3 | ( | ) |
Definition at line 202 of file test-postgresql.cpp.
References backEnd, and connectString.
void test4 | ( | ) |
Definition at line 255 of file test-postgresql.cpp.
References backEnd, and connectString.
void test5 | ( | ) |
Definition at line 311 of file test-postgresql.cpp.
References backEnd, and connectString.
void test6 | ( | ) |
Definition at line 336 of file test-postgresql.cpp.
References backEnd, and connectString.
void test7 | ( | ) |
Definition at line 372 of file test-postgresql.cpp.
References backEnd, and connectString.
void test8 | ( | ) |
Definition at line 395 of file test-postgresql.cpp.
References backEnd, and connectString.
void test9 | ( | ) |
Definition at line 407 of file test-postgresql.cpp.
References backEnd, and connectString.
void test10 | ( | ) |
Definition at line 422 of file test-postgresql.cpp.
References backEnd, and connectString.
int main | ( | int | argc, | |
char ** | argv | |||
) |
std::string connectString |
Definition at line 31 of file test-postgresql.cpp.
backend_factory const& backEnd = postgresql |
Definition at line 32 of file test-postgresql.cpp.
Generated on Sun Oct 3 2010 17:42:17 for EXTRAS-SOCI by Doxygen 1.7.1