creaImageIO_lib
CppSQLite3Query Member List

This is the complete list of members for CppSQLite3Query, including all inherited members.

checkVM()CppSQLite3Queryprivate
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
mbEofCppSQLite3Queryprivate
mbOwnVMCppSQLite3Queryprivate
mnColsCppSQLite3Queryprivate
mpDBCppSQLite3Queryprivate
mpVMCppSQLite3Queryprivate
nextRow()CppSQLite3Query
numFields()CppSQLite3Query
operator=(const CppSQLite3Query &rQuery)CppSQLite3Query
~CppSQLite3Query()CppSQLite3Queryvirtual