Uses of Enum
io.qt.sql.QSqlDriver.IdentifierType
Packages that use QSqlDriver.IdentifierType
-
Uses of QSqlDriver.IdentifierType in io.qt.sql
Methods in io.qt.sql that return QSqlDriver.IdentifierTypeModifier and TypeMethodDescriptionstatic QSqlDriver.IdentifierType
QSqlDriver.IdentifierType.resolve
(int value) Returns the corresponding enum entry for the given value.static QSqlDriver.IdentifierType
Returns the enum constant of this type with the specified name.static QSqlDriver.IdentifierType[]
QSqlDriver.IdentifierType.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.IdentifierTypeModifier and TypeMethodDescriptionQSqlDriver.escapeIdentifier
(String identifier, QSqlDriver.IdentifierType type) boolean
QSqlDriver.isIdentifierEscaped
(String identifier, QSqlDriver.IdentifierType type) QSqlDriver.stripDelimiters
(String identifier, QSqlDriver.IdentifierType type)