Kompex::SQLiteStatement Member List

This is the complete list of members for Kompex::SQLiteStatement, including all inherited members.
BeginTransaction()Kompex::SQLiteStatement
BindBlob(int column, const void *data, int numberOfBytes=-1) const Kompex::SQLiteStatement
BindDouble(int column, double value) const Kompex::SQLiteStatement
BindInt(int column, int value) const Kompex::SQLiteStatement
BindInt64(int column, int64 value) const Kompex::SQLiteStatement
BindNull(int column) const Kompex::SQLiteStatement
BindString(int column, const std::string &string) const Kompex::SQLiteStatement
BindString16(int column, const wchar_t *string) const Kompex::SQLiteStatement
BindZeroBlob(int column, int length) const Kompex::SQLiteStatement
CheckDatabase() const Kompex::SQLiteStatement [protected]
CheckStatement() const Kompex::SQLiteStatement [protected]
CleanUpTransaction()Kompex::SQLiteStatement [protected]
ClearBindings() const Kompex::SQLiteStatement
CommitTransaction()Kompex::SQLiteStatement
DeleteTransactionSqlStr(bool isMemAllocated, T *str)Kompex::SQLiteStatement [inline, protected]
ExecuteAndFree()Kompex::SQLiteStatement
FetchRow() const Kompex::SQLiteStatement
FreeAllStatements()Kompex::SQLiteStatement [protected]
FreeQuery()Kompex::SQLiteStatement
GetColumnBlob(int column) const Kompex::SQLiteStatement
GetColumnBytes(int column) const Kompex::SQLiteStatement
GetColumnBytes16(int column) const Kompex::SQLiteStatement
GetColumnCount() const Kompex::SQLiteStatement
GetColumnCString(int column) const Kompex::SQLiteStatement
GetColumnDatabaseName(int column) const Kompex::SQLiteStatement
GetColumnDatabaseName16(int column) const Kompex::SQLiteStatement
GetColumnDeclaredDatatype(int column) const Kompex::SQLiteStatement
GetColumnDeclaredDatatype16(int column) const Kompex::SQLiteStatement
GetColumnDouble(int column) const Kompex::SQLiteStatement
GetColumnInt(int column) const Kompex::SQLiteStatement
GetColumnInt64(int column) const Kompex::SQLiteStatement
GetColumnName(int column) const Kompex::SQLiteStatement
GetColumnName16(int column) const Kompex::SQLiteStatement
GetColumnOriginName(int column) const Kompex::SQLiteStatement
GetColumnOriginName16(int column) const Kompex::SQLiteStatement
GetColumnString(int column) const Kompex::SQLiteStatement
GetColumnString16(int column) const Kompex::SQLiteStatement
GetColumnTableName(int column) const Kompex::SQLiteStatement
GetColumnTableName16(int column) const Kompex::SQLiteStatement
GetColumnType(int column) const Kompex::SQLiteStatement
GetColumnValue(S sql, T(Kompex::SQLiteStatement::*getColumnFunc)(int columnNumber) const, T defaultReturnValue)Kompex::SQLiteStatement [inline, protected]
GetDataCount() const Kompex::SQLiteStatement [inline]
GetNumberOfRows()Kompex::SQLiteStatement
GetSqlResultBlob(const std::string &sql, const void *defaultReturnValue=0)Kompex::SQLiteStatement
GetSqlResultBlob(const char *sql, const void *defaultReturnValue=0)Kompex::SQLiteStatement
GetSqlResultBlob(const wchar_t *sql, const void *defaultReturnValue=0)Kompex::SQLiteStatement
GetSqlResultCString(const std::string &sql, const unsigned char *defaultReturnValue=0)Kompex::SQLiteStatement
GetSqlResultCString(const char *sql, const unsigned char *defaultReturnValue=0)Kompex::SQLiteStatement
GetSqlResultCString(const wchar_t *sql, const unsigned char *defaultReturnValue=0)Kompex::SQLiteStatement
GetSqlResultDouble(const std::string &sql, double defaultReturnValue=-1)Kompex::SQLiteStatement
GetSqlResultDouble(const char *sql, double defaultReturnValue=-1)Kompex::SQLiteStatement
GetSqlResultDouble(const wchar_t *sql, double defaultReturnValue=-1)Kompex::SQLiteStatement
GetSqlResultInt(const std::string &sql, int defaultReturnValue=-1)Kompex::SQLiteStatement
GetSqlResultInt(const char *sql, int defaultReturnValue=-1)Kompex::SQLiteStatement
GetSqlResultInt(const wchar_t *sql, int defaultReturnValue=-1)Kompex::SQLiteStatement
GetSqlResultInt64(const std::string &sql, int64 defaultReturnValue=-1)Kompex::SQLiteStatement
GetSqlResultInt64(const char *sql, int64 defaultReturnValue=-1)Kompex::SQLiteStatement
GetSqlResultInt64(const wchar_t *sql, int64 defaultReturnValue=-1)Kompex::SQLiteStatement
GetSqlResultString(const std::string &sql, const std::string &defaultReturnValue="")Kompex::SQLiteStatement
GetSqlResultString(const char *sql, const std::string &defaultReturnValue="")Kompex::SQLiteStatement
GetSqlResultString(const wchar_t *sql, const std::string &defaultReturnValue="")Kompex::SQLiteStatement
GetSqlResultString16(const std::string &sql, wchar_t *defaultReturnValue=0)Kompex::SQLiteStatement
GetSqlResultString16(const char *sql, wchar_t *defaultReturnValue=0)Kompex::SQLiteStatement
GetSqlResultString16(const wchar_t *sql, wchar_t *defaultReturnValue=0)Kompex::SQLiteStatement
GetTable(const std::string &sql, unsigned short consoleOutputColumnWidth=20) const Kompex::SQLiteStatement
GetTableColumnMetadata(const std::string &tableName, const std::string &columnName) const Kompex::SQLiteStatement
mDatabaseKompex::SQLiteStatement [private]
mStatementKompex::SQLiteStatement [private]
mTransactionIDKompex::SQLiteStatement [private]
mTransactionSQLKompex::SQLiteStatement [private]
mTransactionSQL16Kompex::SQLiteStatement [private]
Prepare(const char *sqlStatement)Kompex::SQLiteStatement [protected]
Prepare(const wchar_t *sqlStatement)Kompex::SQLiteStatement [protected]
Reset() const Kompex::SQLiteStatement
RollbackTransaction()Kompex::SQLiteStatement [inline]
SecureTransaction(const char *sql)Kompex::SQLiteStatement
SecureTransaction(const std::string sql)Kompex::SQLiteStatement
SecureTransaction(const wchar_t *sql)Kompex::SQLiteStatement
Sql(const std::string &sql)Kompex::SQLiteStatement [inline]
Sql(const wchar_t *sql)Kompex::SQLiteStatement [inline]
Sql(const char *sql)Kompex::SQLiteStatement [inline]
SqlAggregateFuncResult(const std::string &countSql)Kompex::SQLiteStatement
SqlAggregateFuncResult(wchar_t *countSql)Kompex::SQLiteStatement
SqlAggregateFuncResult(const char *countSql)Kompex::SQLiteStatement
SQLiteStatement(SQLiteDatabase *db)Kompex::SQLiteStatement
SqlStatement(const std::string &sqlStatement)Kompex::SQLiteStatement
SqlStatement(const char *sqlStatement)Kompex::SQLiteStatement
SqlStatement(const wchar_t *sqlStatement)Kompex::SQLiteStatement
Step() const Kompex::SQLiteStatement [protected]
Transaction(const char *sql)Kompex::SQLiteStatement [inline]
Transaction(const std::string &sql)Kompex::SQLiteStatement [inline]
Transaction(const wchar_t *sql)Kompex::SQLiteStatement [inline]
TTransactionSQL typedefKompex::SQLiteStatement [private]
TTransactionSQL16 typedefKompex::SQLiteStatement [private]
~SQLiteStatement()Kompex::SQLiteStatement [virtual]
 All Classes Namespaces Files Functions Variables Typedefs Defines
Generated on Fri Aug 13 22:15:07 2010 for Kompex SQLite Wrapper by  doxygen 1.6.3