Uses of Enum Class
org.jooq.exception.SQLStateClass
-
Uses of SQLStateClass in org.jooq.exception
Modifier and TypeMethodDescriptionstatic SQLStateClass
DataAccessException.sqlStateClass()
Decode theSQLException.getSQLState()
orR2dbcException.getSqlState()
fromThrowable.getCause()
intoSQLStateClass
, if thisDataAccessException
was caused by aSQLException
orR2dbcException
.SQLStateSubclass.sqlStateClass()
static SQLStateClass
Returns the enum constant of this class with the specified name.static SQLStateClass[]
SQLStateClass.values()
Returns an array containing the constants of this enum class, in the order they are declared.