Kompex SQLite Wrapper
1.11.14
|
#include <map>
#include <string>
#include <sstream>
#include <iostream>
#include "KompexSQLitePrerequisites.h"
Go to the source code of this file.
Classes | |
class | Kompex::SQLiteException |
Exception class for sqlite and KompexSQLiteWrapper errors. More... | |
Namespaces | |
Kompex | |
Macros | |
#define | KOMPEX_EXCEPT(errorString, internalSqliteResultCode) throw SQLiteException(__FILE__, __LINE__, errorString, internalSqliteResultCode) |
#define KOMPEX_EXCEPT | ( | errorString, | |
internalSqliteResultCode | |||
) | throw SQLiteException(__FILE__, __LINE__, errorString, internalSqliteResultCode) |