Kompex SQLite Wrapper
1.9.11
|
#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 | |
namespace | Kompex |
Macros | |
#define | KOMPEX_EXCEPT(errorString) throw SQLiteException(__FILE__, __LINE__, errorString) |
#define KOMPEX_EXCEPT | ( | errorString | ) | throw SQLiteException(__FILE__, __LINE__, errorString) |