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