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 |
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 |
connect(UT_ErrorCode *ec=nullptr) | UT_SqlDatabase | inline |
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 |
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 |
myDriver | UT_SqlDatabase | protected |
nativeAPI() | UT_SqlDatabase | inline |
nativeAPI() const | UT_SqlDatabase | inline |
run(UT_ErrorCode *ec, const UT_StringRef &sql, Args &&...args) | UT_SqlDatabase | inline |
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_SqlDatabase(driver_factory_t factory=UTsqliteFactory) | UT_SqlDatabase | inline |
viewExists(const UT_StringRef &name, UT_ErrorCode *ec=nullptr) const | UT_SqlDatabase | inline |