Uses of Enum
io.qt.sql.QSql.TableType
Packages that use QSql.TableType
-
Uses of QSql.TableType in io.qt.sql
Methods in io.qt.sql that return QSql.TableTypeModifier and TypeMethodDescriptionstatic QSql.TableType
QSql.TableType.resolve
(int value) Returns the corresponding enum entry for the given value.static QSql.TableType
Returns the enum constant of this type with the specified name.static QSql.TableType[]
QSql.TableType.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 QSql.TableTypeModifier and TypeMethodDescriptionfinal QStringList
QSqlDatabase.tables
(QSql.TableType type) QSqlDriver.tables
(QSql.TableType tableType)