Uses of Enum
io.qt.sql.QSqlError.ErrorType
Packages that use QSqlError.ErrorType
-
Uses of QSqlError.ErrorType in io.qt.sql
Methods in io.qt.sql that return QSqlError.ErrorTypeModifier and TypeMethodDescriptionstatic QSqlError.ErrorTypeQSqlError.ErrorType.resolve(int value) Returns the corresponding enum entry for the given value.final QSqlError.ErrorTypeQSqlError.type()static QSqlError.ErrorTypeReturns the enum constant of this type with the specified name.static QSqlError.ErrorType[]QSqlError.ErrorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.sql with parameters of type QSqlError.ErrorTypeModifierConstructorDescriptionQSqlError(String driverText, String databaseText, QSqlError.ErrorType type) Overloaded constructor forQSqlError(java.lang.String, java.lang.String, io.qt.sql.QSqlError.ErrorType, java.lang.String)witherrorCode = (String)null.QSqlError(String driverText, String databaseText, QSqlError.ErrorType type, String errorCode)