This is the complete list of members for SqlDatabase, including inherited members.
- connectOptions : string
- connectionName : string
- databaseName : string
- driverName : string
- error : object
- functions : List<SqlAbstractFunction>
- hostName : string
- isOpen : bool
- isValid : bool
- password : string
- port : int
- userName : string
- bool beginTransaction()
- close()
- bool commitTransaction()
- databaseChanged()
- string escapeIdentifier(string identifier, identifiertype type)
- string formatValue(sqlfield field, object value)
- string formatValue(sqlfield field, object value, bool trim)
- bool isIdentifierEscaped(string identifier, identifiertype type)
- bool open()
- SqlQuery query(string sql, ...)
- SqlQueryModel queryModel(string sql, ...)
- bool rollbackTransaction()
- SqlTable table(string tableName)
- SqlTableModel tableModel(string tableName)
- SqlTableModel tableModel(string tableName, string filter)
- SqlTableModel tableModel(string tableName, string filter, bool select)
- QStringList tableNames()
- QStringList tableNames(tabletype type)
- string unescapeIdentifier(string identifier, identifiertype type)