Uses of Enum Class
org.jooq.exception.SQLStateSubclass
Package
Description
This package contains jOOQ's exceptions.
This package contains jOOQ's implementation classes.
-
Uses of SQLStateSubclass in org.jooq.exception
Modifier and TypeMethodDescriptionstatic @NotNull SQLStateSubclass
@NotNull SQLStateSubclass
DataAccessException.sqlStateSubclass()
Decode theSQLException.getSQLState()
orR2dbcException.getSqlState()
fromThrowable.getCause()
intoSQLStateSubclass
, if thisDataAccessException
was caused by aSQLException
orR2dbcException
.static SQLStateSubclass
Returns the enum constant of this class with the specified name.static SQLStateSubclass[]
SQLStateSubclass.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SQLStateSubclass in org.jooq.impl
ModifierConstructorDescriptionParserException
(String sql, String message, SQLStateSubclass state) ParserException
(String sql, String message, SQLStateSubclass state, Throwable cause)