#include <soci.h>
#include <soci-sqlite3.h>
#include <test/common-tests.h>
#include <iostream>
#include <sstream>
#include <string>
#include <cassert>
#include <cmath>
#include <ctime>
#include <cstring>
Go to the source code of this file.
Classes | |
struct | blob_table_creator |
struct | longlong_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 () |
int | main (int argc, char **argv) |
Variables | |
std::string | connectString |
backend_factory const & | backEnd = sqlite3 |
void test1 | ( | ) |
Definition at line 35 of file test-sqlite3.cpp.
References backEnd, and connectString.
void test2 | ( | ) |
Definition at line 83 of file test-sqlite3.cpp.
References backEnd, and connectString.
void test3 | ( | ) |
Definition at line 128 of file test-sqlite3.cpp.
References backEnd, and connectString.
void test4 | ( | ) |
Definition at line 168 of file test-sqlite3.cpp.
References backEnd, and connectString.
void test5 | ( | ) |
Definition at line 201 of file test-sqlite3.cpp.
References backEnd, and connectString.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 313 of file test-sqlite3.cpp.
References backEnd, connectString, test1(), test2(), test3(), test4(), and test5().
std::string connectString |
Definition at line 30 of file test-sqlite3.cpp.
backend_factory const& backEnd = sqlite3 |
Definition at line 31 of file test-sqlite3.cpp.
Generated on Sun Oct 3 2010 17:42:17 for EXTRAS-SOCI by Doxygen 1.7.1