#include <CppSQLite3U.h>
公有成员 | |
| bool | bind (int nParam, const unsigned char *blobValue, int nLen) |
| bool | bind (int nParam, const double dwValue) |
| bool | bind (int nParam, const __int64 nValue) |
| bool | bind (int nParam, const int nValue) |
| bool | bind (int nParam, LPCTSTR szValue) |
| bool | bindNull (int nParam) |
| bool | ClearAllBindings () |
| CppSQLite3Statement (sqlite3 *pDB, sqlite3_stmt *pVM) | |
| CppSQLite3Statement (const CppSQLite3Statement &rStatement) | |
| CppSQLite3Statement () | |
| int | execDML (int &changeRows) |
| bool | execQuery (CppSQLite3Query *pQuery) |
| CppSQLite3Query * | execQuery () |
| bool | execScalar (int &retIntValue) |
| bool | finalize () |
| CppSQLite3Statement & | operator= (const CppSQLite3Statement &rStatement) |
| bool | reset () |
| virtual | ~CppSQLite3Statement () |
| CppSQLite3Statement::CppSQLite3Statement | ( | ) |
| CppSQLite3Statement::CppSQLite3Statement | ( | const CppSQLite3Statement & | rStatement | ) |
| CppSQLite3Statement::CppSQLite3Statement | ( | sqlite3 * | pDB, | |
| sqlite3_stmt * | pVM | |||
| ) |
| virtual CppSQLite3Statement::~CppSQLite3Statement | ( | ) | [virtual] |
| bool CppSQLite3Statement::bind | ( | int | nParam, | |
| const unsigned char * | blobValue, | |||
| int | nLen | |||
| ) |
| bool CppSQLite3Statement::bind | ( | int | nParam, | |
| const double | dwValue | |||
| ) |
| bool CppSQLite3Statement::bind | ( | int | nParam, | |
| const __int64 | nValue | |||
| ) |
| bool CppSQLite3Statement::bind | ( | int | nParam, | |
| const int | nValue | |||
| ) |
| bool CppSQLite3Statement::bind | ( | int | nParam, | |
| LPCTSTR | szValue | |||
| ) |
| bool CppSQLite3Statement::bindNull | ( | int | nParam | ) |
| bool CppSQLite3Statement::ClearAllBindings | ( | ) |
| int CppSQLite3Statement::execDML | ( | int & | changeRows | ) |
| bool CppSQLite3Statement::execQuery | ( | CppSQLite3Query * | pQuery | ) |
| CppSQLite3Query* CppSQLite3Statement::execQuery | ( | ) |
| bool CppSQLite3Statement::execScalar | ( | int & | retIntValue | ) |
| bool CppSQLite3Statement::finalize | ( | ) |
| CppSQLite3Statement& CppSQLite3Statement::operator= | ( | const CppSQLite3Statement & | rStatement | ) |
| bool CppSQLite3Statement::reset | ( | ) |
1.6.1