|
HDK
|
This is the complete list of members for UT_SqlDatabase, including all inherited members.
| cachedStatement(const UT_SqlStatementHandleId &id, const UT_StringRef &sql, UT_ErrorCode *ec=nullptr) const | UT_SqlDatabase | inline |
| cachedStatement(const UT_SqlStatementHandleId &id, UT_Function< UT_StringHolder()> &&creator, UT_ErrorCode *ec=nullptr) const | UT_SqlDatabase | inline |
| close(UT_ErrorCode *ec=nullptr) | UT_SqlDatabase | inline |
| columnExists(const UT_StringRef &table_name, const UT_StringRef &column_name, UT_ErrorCode *ec=nullptr) const | UT_SqlDatabase | inline |
| commit(UT_ErrorCode &ec) | UT_SqlDatabase | |
| commitSavePoint(const UT_StringHolder &sid, UT_ErrorCode &ec) | UT_SqlDatabase | |
| connect(UT_ErrorCode *ec=nullptr) | UT_SqlDatabase | inline |
| createSavePoint(UT_ErrorCode &ec) | UT_SqlDatabase | |
| createStatementImpl() | UT_SqlDatabase | inline |
| createStatementImpl() const | UT_SqlDatabase | inline |
| driver() | UT_SqlDatabase | inline |
| driver() const | UT_SqlDatabase | inline |
| driver_factory_t typedef | UT_SqlDatabase | |
| endTransaction(bool commit, UT_ErrorCode *ec=nullptr) | UT_SqlDatabase | inline |
| errorCode() const | UT_SqlDatabase | inline |
| errorMessage() const | UT_SqlDatabase | inline |
| exec(const UT_StringRef &sql, UT_ErrorCode *ec=nullptr) const | UT_SqlDatabase | inline |
| extendedErrorCode() const | UT_SqlDatabase | inline |
| findCachedStatement(const UT_SqlStatementHandleId &id) const | UT_SqlDatabase | inline |
| getAutoCommit() const | UT_SqlDatabase | inline |
| getSchema(UT_ErrorCode *ec=nullptr) const | UT_SqlDatabase | inline |
| indexExists(const UT_StringRef &name, UT_ErrorCode *ec=nullptr) const | UT_SqlDatabase | inline |
| isReadOnly(const char *db="main", UT_ErrorCode *ec=nullptr) const | UT_SqlDatabase | inline |
| isValid() const | UT_SqlDatabase | inline |
| myAutocommit | UT_SqlDatabase | protected |
| myCommitOnExit | UT_SqlDatabase | protected |
| myDriver | UT_SqlDatabase | protected |
| myIsInAtomicBlock | UT_SqlDatabase | protected |
| myNeedsRollback | UT_SqlDatabase | protected |
| mySavePointCounter | UT_SqlDatabase | protected |
| mySavePoints | UT_SqlDatabase | protected |
| nativeAPI() | UT_SqlDatabase | inline |
| nativeAPI() const | UT_SqlDatabase | inline |
| rollback(UT_ErrorCode &ec) | UT_SqlDatabase | |
| rollbackSavePoint(const UT_StringHolder &sid, UT_ErrorCode &ec) | UT_SqlDatabase | |
| run(UT_ErrorCode *ec, const UT_StringRef &sql, Args &&...args) | UT_SqlDatabase | inline |
| setAutoCommit(bool autocommit, UT_ErrorCode *ec=nullptr) | UT_SqlDatabase | |
| setConnectOptions(const UT_Options &options) | UT_SqlDatabase | inline |
| setDatabaseName(const UT_StringRef &db_name) | UT_SqlDatabase | inline |
| setHostName(const UT_StringRef &host) | UT_SqlDatabase | inline |
| setPassword(const UT_StringRef &password) | UT_SqlDatabase | inline |
| setPort(int port) | UT_SqlDatabase | inline |
| setUserName(const UT_StringRef &user) | UT_SqlDatabase | inline |
| startTransaction(UT_ErrorCode *ec=nullptr) | UT_SqlDatabase | inline |
| tableExists(const UT_StringRef &name, UT_ErrorCode *ec=nullptr) const | UT_SqlDatabase | inline |
| UT_AutoSqlTransaction class | UT_SqlDatabase | friend |
| UT_SqlDatabase(driver_factory_t factory=UTsqliteFactory) | UT_SqlDatabase | inline |
| viewExists(const UT_StringRef &name, UT_ErrorCode *ec=nullptr) const | UT_SqlDatabase | inline |