Kompex SQLite Wrapper  1.11.14
Kompex::SQLiteStatement Member List

This is the complete list of members for Kompex::SQLiteStatement, including all inherited members.

AssignColumnNumberToColumnName() const Kompex::SQLiteStatementprivate
BeginTransaction()Kompex::SQLiteStatement
BindBlob(int column, const void *data, int numberOfBytes=-1) const Kompex::SQLiteStatement
BindBlob64(int column, const void *data, uint64 numberOfBytes=-1) const Kompex::SQLiteStatement
BindBool(int column, bool value) 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
BindString64(int column, const char *string, uint64 byteLength, ENCODING encoding) const Kompex::SQLiteStatement
BindZeroBlob(int column, int length) const Kompex::SQLiteStatement
BindZeroBlob64(int column, uint64 length) const Kompex::SQLiteStatement
CheckColumnNumber(int columnNumber, const std::string &functionName="") const Kompex::SQLiteStatementprotected
CheckDatabase() const Kompex::SQLiteStatementprotected
CheckStatement() const Kompex::SQLiteStatementprotected
CleanUpTransaction()Kompex::SQLiteStatementprotected
ClearBindings() const Kompex::SQLiteStatement
CommitTransaction()Kompex::SQLiteStatement
DeleteTransactionSqlStr(bool isMemAllocated, T *str)Kompex::SQLiteStatementinlineprotected
Execute() const Kompex::SQLiteStatement
ExecuteAndFree()Kompex::SQLiteStatement
FetchRow() const Kompex::SQLiteStatement
FreeQuery()Kompex::SQLiteStatement
GetAssignedColumnNumber(const std::string &columnName) const Kompex::SQLiteStatementprivate
GetColumnBlob(int column) const Kompex::SQLiteStatement
GetColumnBlob(const std::string &column) const Kompex::SQLiteStatement
GetColumnBool(int column) const Kompex::SQLiteStatement
GetColumnBool(const std::string &column) const Kompex::SQLiteStatement
GetColumnBytes(int column) const Kompex::SQLiteStatement
GetColumnBytes(const std::string &column) const Kompex::SQLiteStatement
GetColumnBytes16(int column) const Kompex::SQLiteStatement
GetColumnBytes16(const std::string &column) const Kompex::SQLiteStatement
GetColumnCount() const Kompex::SQLiteStatement
GetColumnCString(int column) const Kompex::SQLiteStatement
GetColumnCString(const std::string &column) const Kompex::SQLiteStatement
GetColumnDatabaseName(int column) const Kompex::SQLiteStatement
GetColumnDatabaseName(const std::string &column) const Kompex::SQLiteStatement
GetColumnDatabaseName16(int column) const Kompex::SQLiteStatement
GetColumnDatabaseName16(const std::string &column) const Kompex::SQLiteStatement
GetColumnDeclaredDatatype(int column) const Kompex::SQLiteStatement
GetColumnDeclaredDatatype(const std::string &column) const Kompex::SQLiteStatement
GetColumnDeclaredDatatype16(int column) const Kompex::SQLiteStatement
GetColumnDeclaredDatatype16(const std::string &column) const Kompex::SQLiteStatement
GetColumnDouble(int column) const Kompex::SQLiteStatement
GetColumnDouble(const std::string &column) const Kompex::SQLiteStatement
GetColumnInt(int column) const Kompex::SQLiteStatement
GetColumnInt(const std::string &column) const Kompex::SQLiteStatement
GetColumnInt64(int column) const Kompex::SQLiteStatement
GetColumnInt64(const std::string &column) const Kompex::SQLiteStatement
GetColumnName(int column) const Kompex::SQLiteStatement
GetColumnName(const std::string &column) const Kompex::SQLiteStatement
GetColumnName16(int column) const Kompex::SQLiteStatement
GetColumnName16(const std::string &column) const Kompex::SQLiteStatement
GetColumnOriginName(int column) const Kompex::SQLiteStatement
GetColumnOriginName(const std::string &column) const Kompex::SQLiteStatement
GetColumnOriginName16(int column) const Kompex::SQLiteStatement
GetColumnOriginName16(const std::string &column) const Kompex::SQLiteStatement
GetColumnString(int column) const Kompex::SQLiteStatement
GetColumnString(const std::string &column) const Kompex::SQLiteStatement
GetColumnString16(int column) const Kompex::SQLiteStatement
GetColumnString16(const std::string &column) const Kompex::SQLiteStatement
GetColumnTableName(int column) const Kompex::SQLiteStatement
GetColumnTableName(const std::string &column) const Kompex::SQLiteStatement
GetColumnTableName16(int column) const Kompex::SQLiteStatement
GetColumnTableName16(const std::string &column) const Kompex::SQLiteStatement
GetColumnType(int column) const Kompex::SQLiteStatement
GetColumnType(const std::string &column) const Kompex::SQLiteStatement
GetColumnValue(S sql, T(Kompex::SQLiteStatement::*getColumnFunc)(int columnNumber) const, T defaultReturnValue)Kompex::SQLiteStatementprotected
GetDataCount() const Kompex::SQLiteStatementinline
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
GetStatementHandle() const Kompex::SQLiteStatementinlineprotected
GetTable(const std::string &sql, unsigned short consoleOutputColumnWidth=20) const Kompex::SQLiteStatement
GetTableColumnMetadata(const std::string &tableName, const std::string &columnName) const Kompex::SQLiteStatement
mColumnNumberToColumnNameAssignmentKompex::SQLiteStatementmutableprivate
mDatabaseKompex::SQLiteStatementprivate
mIsColumnNumberAssignedToColumnNameKompex::SQLiteStatementmutableprivate
Mprintf(const char *sql,...)Kompex::SQLiteStatementstatic
mStatementKompex::SQLiteStatementprivate
mTransactionIDKompex::SQLiteStatementprivate
mTransactionSQLKompex::SQLiteStatementprivate
mTransactionSQL16Kompex::SQLiteStatementprivate
Prepare(const char *sqlStatement)Kompex::SQLiteStatementprotected
Prepare(const wchar_t *sqlStatement)Kompex::SQLiteStatementprotected
Reset() const Kompex::SQLiteStatement
RollbackTransaction()Kompex::SQLiteStatementinline
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::SQLiteStatementinline
Sql(const char *sql)Kompex::SQLiteStatementinline
Sql(const std::wstring &sql)Kompex::SQLiteStatementinline
Sql(const wchar_t *sql)Kompex::SQLiteStatementinline
SqlAggregateFuncResult(const std::string &countSql)Kompex::SQLiteStatement
SqlAggregateFuncResult(wchar_t *countSql)Kompex::SQLiteStatement
SqlAggregateFuncResult(const char *countSql)Kompex::SQLiteStatement
SQLiteStatement(SQLiteDatabase *db)Kompex::SQLiteStatement
SqlResultBlob(const void *defaultReturnValue)Kompex::SQLiteStatementprotected
SqlResultCString(const unsigned char *defaultReturnValue)Kompex::SQLiteStatementprotected
SqlResultString16(wchar_t *defaultReturnValue)Kompex::SQLiteStatementprotected
SqlStatement(const std::string &sqlStatement)Kompex::SQLiteStatementinline
SqlStatement(const char *sqlStatement)Kompex::SQLiteStatement
SqlStatement(const std::wstring &sqlStatement)Kompex::SQLiteStatementinline
SqlStatement(const wchar_t *sqlStatement)Kompex::SQLiteStatement
Step() const Kompex::SQLiteStatementprotected
Transaction(const char *sql)Kompex::SQLiteStatementinline
Transaction(const std::string &sql)Kompex::SQLiteStatementinline
Transaction(const wchar_t *sql)Kompex::SQLiteStatementinline
TTransactionSQL typedefKompex::SQLiteStatementprivate
TTransactionSQL16 typedefKompex::SQLiteStatementprivate
Vmprintf(const char *sql, va_list args)Kompex::SQLiteStatementstatic
~SQLiteStatement()Kompex::SQLiteStatementvirtual