creaImageIO_lib
|
#include <CppSQLite3.h>
Public Member Functions | |
CppSQLite3Exception (const int nErrCode, char *szErrMess, bool bDeleteMsg=true) | |
CppSQLite3Exception (const int nErrCode, const char *szErrMess, bool bDeleteMsg=true) | |
CppSQLite3Exception (const CppSQLite3Exception &e) | |
virtual | ~CppSQLite3Exception () |
const int | errorCode () |
const char * | errorMessage () |
Static Public Member Functions | |
static const char * | errorCodeAsString (int nErrCode) |
Private Attributes | |
int | mnErrCode |
char * | mpszErrMess |
Definition at line 73 of file CppSQLite3.h.
CppSQLite3Exception::CppSQLite3Exception | ( | const int | nErrCode, |
char * | szErrMess, | ||
bool | bDeleteMsg = true |
||
) |
CppSQLite3Exception::CppSQLite3Exception | ( | const int | nErrCode, |
const char * | szErrMess, | ||
bool | bDeleteMsg = true |
||
) |
CppSQLite3Exception::CppSQLite3Exception | ( | const CppSQLite3Exception & | e | ) |
|
virtual |
|
inline |
Definition at line 103 of file CppSQLite3.h.
References mnErrCode.
Referenced by creaImageIO::TimestampDatabaseHandler::DBCreate(), creaImageIO::SQLiteTreeHandler::DBCreate(), creaImageIO::TimestampDatabaseHandler::DBOpen(), creaImageIO::SQLiteTreeHandler::DBOpen(), and creaImageIO::Synchronizer::Initialize().
|
static |
Definition at line 181 of file CppSQLite3.cpp.
References CPPSQLITE_ERROR.
Referenced by CppSQLite3Exception().
|
inline |
Definition at line 107 of file CppSQLite3.h.
References mpszErrMess.
Referenced by creaImageIO::TimestampDatabaseHandler::DBCreate(), creaImageIO::SQLiteTreeHandler::DBCreate(), creaImageIO::TimestampDatabaseHandler::DBOpen(), creaImageIO::SQLiteTreeHandler::DBOpen(), and creaImageIO::Synchronizer::Initialize().
|
private |
Definition at line 119 of file CppSQLite3.h.
Referenced by errorCode().
|
private |
Definition at line 121 of file CppSQLite3.h.
Referenced by CppSQLite3Exception(), errorMessage(), and ~CppSQLite3Exception().