This is the complete list of members for CppSQLite3Query, including all inherited members.
checkVM() | CppSQLite3Query | private |
CppSQLite3Query() | CppSQLite3Query | |
CppSQLite3Query(const CppSQLite3Query &rQuery) | CppSQLite3Query | |
CppSQLite3Query(sqlite3 *pDB, sqlite3_stmt *pVM, bool bEof, bool bOwnVM=true) | CppSQLite3Query | |
eof() | CppSQLite3Query | |
fieldDataType(int nCol) | CppSQLite3Query | |
fieldDeclType(int nCol) | CppSQLite3Query | |
fieldIndex(const char *szField) | CppSQLite3Query | |
fieldIsNull(int nField) | CppSQLite3Query | |
fieldIsNull(const char *szField) | CppSQLite3Query | |
fieldName(int nCol) | CppSQLite3Query | |
fieldValue(int nField) | CppSQLite3Query | |
fieldValue(const char *szField) | CppSQLite3Query | |
finalize() | CppSQLite3Query | |
getBlobField(int nField, int &nLen) | CppSQLite3Query | |
getBlobField(const char *szField, int &nLen) | CppSQLite3Query | |
getFloatField(int nField, double fNullValue=0.0) | CppSQLite3Query | |
getFloatField(const char *szField, double fNullValue=0.0) | CppSQLite3Query | |
getIntField(int nField, int nNullValue=0) | CppSQLite3Query | |
getIntField(const char *szField, int nNullValue=0) | CppSQLite3Query | |
getStringField(int nField, const char *szNullValue="") | CppSQLite3Query | |
getStringField(const char *szField, const char *szNullValue="") | CppSQLite3Query | |
mbEof | CppSQLite3Query | private |
mbOwnVM | CppSQLite3Query | private |
mnCols | CppSQLite3Query | private |
mpDB | CppSQLite3Query | private |
mpVM | CppSQLite3Query | private |
nextRow() | CppSQLite3Query | |
numFields() | CppSQLite3Query | |
operator=(const CppSQLite3Query &rQuery) | CppSQLite3Query | |
~CppSQLite3Query() | CppSQLite3Query | virtual |