Uses of Class
org.jooq.exception.SQLStateClass
-
Packages that use SQLStateClass Package Description org.jooq.exception This package 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 SQLStateClass
SQLStateClass. fromCode(String code)
SQLStateClass
DataAccessException. sqlStateClass()
Decode theSQLException.getSQLState()
fromThrowable.getCause()
intoSQLStateClass
, if thisDataAccessException
was caused by aSQLException
.SQLStateClass
SQLStateSubclass. sqlStateClass()
static SQLStateClass
SQLStateClass. 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.
-