Uses of Class
org.jooq.exception.SQLStateClass
-
Packages that use SQLStateClass Package Description org.jooq.exception Theorg.jooq.exceptionpackage contains jOOQ's exceptions. -
-
Uses of SQLStateClass in org.jooq.exception
Methods in org.jooq.exception that return SQLStateClass Modifier and Type Method Description static SQLStateClassSQLStateClass. fromCode(String code)SQLStateClassDataAccessException. sqlStateClass()Decode theSQLException.getSQLState()fromThrowable.getCause()intoSQLStateClass, if thisDataAccessExceptionwas caused by aSQLException.SQLStateClassSQLStateSubclass. sqlStateClass()static SQLStateClassSQLStateClass. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLStateClass[]SQLStateClass. values()Returns an array containing the constants of this enum type, in the order they are declared.
-