CppSQLite3Statement类参考

#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)
CppSQLite3QueryexecQuery ()
bool execScalar (int &retIntValue)
bool finalize ()
CppSQLite3Statementoperator= (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 (  ) 

该类的文档由以下文件生成:

Generated at Tue Feb 9 15:09:58 2010 for Meizu M8 SDK Documentation by  doxygen 1.6.1