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.IdentifierTypeQSqlDriver.IdentifierType.resolve(int value) Returns the corresponding enum entry for the given value.static QSqlDriver.IdentifierTypeReturns 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) booleanQSqlDriver.isIdentifierEscaped(String identifier, QSqlDriver.IdentifierType type) intQSqlDriver.maximumIdentifierLength(QSqlDriver.IdentifierType type) QSqlDriver.stripDelimiters(String identifier, QSqlDriver.IdentifierType type)