| 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(LPCTSTR szField) | CppSQLite3Query | |
| fieldIsNull(int nField) | CppSQLite3Query | |
| fieldIsNull(LPCTSTR szField) | CppSQLite3Query | |
| fieldName(int nCol) | CppSQLite3Query | |
| fieldValue(int nField) | CppSQLite3Query | |
| fieldValue(LPCTSTR szField) | CppSQLite3Query | |
| finalize() | CppSQLite3Query | |
| getBlobField(int nField, int &nLen) | CppSQLite3Query | |
| getBlobField(LPCTSTR szField, int &nLen) | CppSQLite3Query | |
| getFloatField(int nField, double fNullValue=0.0) | CppSQLite3Query | |
| getFloatField(LPCTSTR szField, double fNullValue=0.0) | CppSQLite3Query | |
| getIntField(int nField, int nNullValue=0) | CppSQLite3Query | |
| getIntField(LPCTSTR szField, int nNullValue=0) | CppSQLite3Query | |
| getIntField64(int nField, __int64 nNullValue=0) | CppSQLite3Query | |
| getStringField(int nField, LPCTSTR szNullValue=L"") | CppSQLite3Query | |
| getStringField(LPCTSTR szField, LPCTSTR szNullValue=L"") | CppSQLite3Query | |
| nextRow() | CppSQLite3Query | |
| numFields() | CppSQLite3Query | |
| operator=(const CppSQLite3Query &rQuery) | CppSQLite3Query | |
| ~CppSQLite3Query() | CppSQLite3Query | [virtual] |