#include <CppSQLite3.h>
Public Member Functions | |
CppSQLite3Exception (const int nErrCode, 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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|