Kompex SQLite Wrapper
1.11.14
|
Classes | |
class | CerrRedirection |
std::cerr redirection. More... | |
class | CoutRedirection |
std::cout redirection. More... | |
class | Redirection |
Base-class for std redirections. More... | |
class | SQLiteBlob |
Administration of existing BLOBs. More... | |
class | SQLiteDatabase |
Administration of the database and all concerning settings. More... | |
class | SQLiteException |
Exception class for sqlite and KompexSQLiteWrapper errors. More... | |
class | SQLiteStatement |
Execution of SQL statements and result processing. More... | |
Typedefs | |
typedef long long int | int64 |
typedef unsigned long long int | uint64 |
Enumerations | |
enum | BLOB_ACCESS_MODE { BLOB_READONLY = 0, BLOB_READWRITE } |
enum | ENCODING { UTF8 = 1, UTF16LE = 2, UTF16BE = 3, UTF16 = 4, UTF16_ALIGNED = 8 } |
typedef long long int Kompex::int64 |
typedef unsigned long long int Kompex::uint64 |
enum Kompex::ENCODING |