| AssignColumnNumberToColumnName() const | Kompex::SQLiteStatement | private |
| 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::SQLiteStatement | protected |
| 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 | inlineprotected |
| Execute() const | Kompex::SQLiteStatement | |
| ExecuteAndFree() | Kompex::SQLiteStatement | |
| FetchRow() const | Kompex::SQLiteStatement | |
| FreeQuery() | Kompex::SQLiteStatement | |
| GetAssignedColumnNumber(const std::string &columnName) const | Kompex::SQLiteStatement | private |
| 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::SQLiteStatement | 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 | |
| GetStatementHandle() const | Kompex::SQLiteStatement | inlineprotected |
| GetTable(const std::string &sql, unsigned short consoleOutputColumnWidth=20) const | Kompex::SQLiteStatement | |
| GetTableColumnMetadata(const std::string &tableName, const std::string &columnName) const | Kompex::SQLiteStatement | |
| mColumnNumberToColumnNameAssignment | Kompex::SQLiteStatement | mutableprivate |
| mDatabase | Kompex::SQLiteStatement | private |
| mIsColumnNumberAssignedToColumnName | Kompex::SQLiteStatement | mutableprivate |
| Mprintf(const char *sql,...) | Kompex::SQLiteStatement | static |
| mStatement | Kompex::SQLiteStatement | private |
| mTransactionID | Kompex::SQLiteStatement | private |
| mTransactionSQL | Kompex::SQLiteStatement | private |
| mTransactionSQL16 | Kompex::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 char *sql) | Kompex::SQLiteStatement | inline |
| Sql(const std::wstring &sql) | Kompex::SQLiteStatement | inline |
| Sql(const wchar_t *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 | |
| SqlResultBlob(const void *defaultReturnValue) | Kompex::SQLiteStatement | protected |
| SqlResultCString(const unsigned char *defaultReturnValue) | Kompex::SQLiteStatement | protected |
| SqlResultString16(wchar_t *defaultReturnValue) | Kompex::SQLiteStatement | protected |
| SqlStatement(const std::string &sqlStatement) | Kompex::SQLiteStatement | inline |
| SqlStatement(const char *sqlStatement) | Kompex::SQLiteStatement | |
| SqlStatement(const std::wstring &sqlStatement) | Kompex::SQLiteStatement | inline |
| 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 typedef | Kompex::SQLiteStatement | private |
| TTransactionSQL16 typedef | Kompex::SQLiteStatement | private |
| Vmprintf(const char *sql, va_list args) | Kompex::SQLiteStatement | static |
| ~SQLiteStatement() | Kompex::SQLiteStatement | virtual |