Uses of Enum Class
org.jooq.conf.ThrowExceptions
Packages that use ThrowExceptions
-
Uses of ThrowExceptions in org.jooq.conf
Fields in org.jooq.conf declared as ThrowExceptionsMethods in org.jooq.conf that return ThrowExceptionsModifier and TypeMethodDescriptionstatic ThrowExceptions
Settings.getThrowExceptions()
A strategy defining how exceptions from the database / JDBC driver should be propagatedstatic ThrowExceptions
Returns the enum constant of this class with the specified name.static ThrowExceptions[]
ThrowExceptions.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.conf with parameters of type ThrowExceptionsModifier and TypeMethodDescriptionvoid
Settings.setThrowExceptions
(ThrowExceptions value) A strategy defining how exceptions from the database / JDBC driver should be propagatedSettings.withThrowExceptions
(ThrowExceptions value) A strategy defining how exceptions from the database / JDBC driver should be propagated