Uses of Class
org.jooq.exception.SQLStateSubclass
-
Packages that use SQLStateSubclass Package Description org.jooq.exception Theorg.jooq.exception
package contains jOOQ's exceptions.org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes. -
-
Uses of SQLStateSubclass in org.jooq.exception
Methods in org.jooq.exception that return SQLStateSubclass Modifier and Type Method Description static SQLStateSubclass
SQLStateSubclass. fromCode(String code)
SQLStateSubclass
DataAccessException. sqlStateSubclass()
Decode theSQLException.getSQLState()
fromThrowable.getCause()
intoSQLStateSubclass
, if thisDataAccessException
was caused by aSQLException
.static SQLStateSubclass
SQLStateSubclass. valueOf(String name)
Returns the enum constant of this type with the specified name.static SQLStateSubclass[]
SQLStateSubclass. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SQLStateSubclass in org.jooq.impl
Constructors in org.jooq.impl with parameters of type SQLStateSubclass Constructor Description ParserException(String sql, String message, SQLStateSubclass state)
ParserException(String sql, String message, SQLStateSubclass state, Throwable cause)
-