Uses of Enum Class
org.jooq.exception.SQLStateSubclass
Packages that use SQLStateSubclass
Package
Description
This package contains jOOQ's exceptions.
This package contains jOOQ's implementation classes.
-
Uses of SQLStateSubclass in org.jooq.exception
Subclasses with type arguments of type SQLStateSubclass in org.jooq.exceptionModifier and TypeClassDescriptionenumThe subclass of the SQL state class as specified by the SQL standard, or by individual vendors.Methods in org.jooq.exception that return SQLStateSubclassModifier and TypeMethodDescriptionstatic @NotNull SQLStateSubclass@NotNull SQLStateSubclassDataAccessException.sqlStateSubclass()Decode theSQLException.getSQLState()orR2dbcException.getSqlState()fromThrowable.getCause()intoSQLStateSubclass, if thisDataAccessExceptionwas caused by aSQLExceptionorR2dbcException.static SQLStateSubclassReturns 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.Methods in org.jooq.exception with parameters of type SQLStateSubclassModifier and TypeMethodDescriptionDataAccessException.sqlStateSubclass(SQLStateSubclass c) Set theSQLStateSubclass. -
Uses of SQLStateSubclass in org.jooq.impl
Constructors in org.jooq.impl with parameters of type SQLStateSubclassModifierConstructorDescriptionParserException(String sql, String message, SQLStateSubclass state) ParserException(String sql, String message, SQLStateSubclass state, Throwable cause)