CppSQLite3Statement Class Reference

#include <CppSQLite3.h>

List of all members.

Public Member Functions

 CppSQLite3Statement ()
 CppSQLite3Statement (const CppSQLite3Statement &rStatement)
 CppSQLite3Statement (sqlite3 *pDB, sqlite3_stmt *pVM)
virtual ~CppSQLite3Statement ()
CppSQLite3Statementoperator= (const CppSQLite3Statement &rStatement)
int execDML ()
CppSQLite3Query execQuery ()
void bind (int nParam, const char *szValue)
void bind (int nParam, const int nValue)
void bind (int nParam, const double dwValue)
void bind (int nParam, const unsigned char *blobValue, int nLen)
void bindNull (int nParam)
void reset ()
void finalize ()

Private Member Functions

void checkDB ()
void checkVM ()

Private Attributes

sqlite3mpDB
sqlite3_stmtmpVM


Constructor & Destructor Documentation

CppSQLite3Statement::CppSQLite3Statement  ) 
 

CppSQLite3Statement::CppSQLite3Statement const CppSQLite3Statement rStatement  ) 
 

CppSQLite3Statement::CppSQLite3Statement sqlite3 pDB,
sqlite3_stmt pVM
 

CppSQLite3Statement::~CppSQLite3Statement  )  [virtual]
 


Member Function Documentation

void CppSQLite3Statement::bind int  nParam,
const unsigned char *  blobValue,
int  nLen
 

void CppSQLite3Statement::bind int  nParam,
const double  dwValue
 

void CppSQLite3Statement::bind int  nParam,
const int  nValue
 

void CppSQLite3Statement::bind int  nParam,
const char *  szValue
 

void CppSQLite3Statement::bindNull int  nParam  ) 
 

void CppSQLite3Statement::checkDB  )  [private]
 

void CppSQLite3Statement::checkVM  )  [private]
 

int CppSQLite3Statement::execDML  ) 
 

CppSQLite3Query CppSQLite3Statement::execQuery  ) 
 

void CppSQLite3Statement::finalize  ) 
 

CppSQLite3Statement & CppSQLite3Statement::operator= const CppSQLite3Statement rStatement  ) 
 

void CppSQLite3Statement::reset  ) 
 


Member Data Documentation

sqlite3* CppSQLite3Statement::mpDB [private]
 

sqlite3_stmt* CppSQLite3Statement::mpVM [private]
 


The documentation for this class was generated from the following files:
Generated on Mon May 29 01:10:34 2006 for Papagan by  doxygen 1.4.6-NO