Uses of Class
org.jooq.exception.SQLStateSubclass
-
Packages that use SQLStateSubclass Package Description org.jooq.exception Theorg.jooq.exceptionpackage contains jOOQ's exceptions.org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes. -
-
Uses of SQLStateSubclass in org.jooq.exception
Methods in org.jooq.exception that return SQLStateSubclass Modifier and Type Method Description static SQLStateSubclassSQLStateSubclass. fromCode(java.lang.String code)SQLStateSubclassDataAccessException. sqlStateSubclass()Decode theSQLException.getSQLState()fromThrowable.getCause()intoSQLStateSubclass, if thisDataAccessExceptionwas caused by aSQLException.static SQLStateSubclassSQLStateSubclass. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SQLStateSubclass[]SQLStateSubclass. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SQLStateSubclass in org.jooq.impl
Constructors in org.jooq.impl with parameters of type SQLStateSubclass Constructor Description ParserException(java.lang.String sql, java.lang.String message, SQLStateSubclass state)ParserException(java.lang.String sql, java.lang.String message, SQLStateSubclass state, java.lang.Throwable cause)
-