Uses of Class
io.qt.sql.QSqlDriver.DbmsType
Package | Description |
---|---|
io.qt.sql |
-
Uses of QSqlDriver.DbmsType in io.qt.sql
Methods in io.qt.sql that return QSqlDriver.DbmsType Modifier and Type Method Description QSqlDriver.DbmsType
QSqlDriver. dbmsType()
static QSqlDriver.DbmsType
QSqlDriver.DbmsType. resolve(int value)
Returns the corresponding enum entry for the given value.static QSqlDriver.DbmsType
QSqlDriver.DbmsType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSqlDriver.DbmsType[]
QSqlDriver.DbmsType. values()
Returns an array containing the constants of this enum type, in the order they are declared.