Kompex SQLite Wrapper
1.11.14
|
This is the complete list of members for Kompex::SQLiteException, including all inherited members.
GetErrorDescription() const | Kompex::SQLiteException | inline |
GetFilename() const | Kompex::SQLiteException | inline |
GetLineNumber() const | Kompex::SQLiteException | inline |
GetSqliteResultCode() const | Kompex::SQLiteException | inline |
GetString() const | Kompex::SQLiteException | inline |
mErrorDescription | Kompex::SQLiteException | private |
mFilename | Kompex::SQLiteException | private |
mInternalSqliteResultCode | Kompex::SQLiteException | private |
mLineNumber | Kompex::SQLiteException | private |
Show() const | Kompex::SQLiteException | inline |
SQLiteException(const std::string &filename, unsigned int lineNumber, std::string errDescription="", int internalSqliteResultCode=-1) | Kompex::SQLiteException | inline |
SQLiteException(const std::string &filename, unsigned int lineNumber, const char *errDescription="", int internalSqliteResultCode=-1) | Kompex::SQLiteException | inline |