Uses of Enum Class
org.jooq.exception.SQLStateClass
-
Uses of SQLStateClass in org.jooq.exception
Modifier and TypeMethodDescriptionstatic @NotNull SQLStateClass
@NotNull SQLStateClass
DataAccessException.sqlStateClass()
Decode theSQLException.getSQLState()
orR2dbcException.getSqlState()
fromThrowable.getCause()
intoSQLStateClass
, if thisDataAccessException
was caused by aSQLException
orR2dbcException
.static @NotNull SQLStateClass
DataAccessException.sqlStateClass
(io.r2dbc.spi.R2dbcException e) Decode theR2dbcException.getSqlState()
intoSQLStateClass
.static @NotNull SQLStateClass
DataAccessException.sqlStateClass
(SQLException e) Decode theSQLException.getSQLState()
intoSQLStateClass
.@NotNull SQLStateClass
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.