Uses of Enum
io.qt.sql.QSqlDriver.DbmsType
Packages that use QSqlDriver.DbmsType
-
Uses of QSqlDriver.DbmsType in io.qt.sql
Methods in io.qt.sql that return QSqlDriver.DbmsTypeModifier and TypeMethodDescriptionfinal QSqlDriver.DbmsTypeQSqlDriver.dbmsType()SeeQSqlDriver::dbmsType()const static QSqlDriver.DbmsTypeQSqlDriver.DbmsType.resolve(int value) Returns the corresponding enum entry for the given value.static QSqlDriver.DbmsTypeReturns 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.