Uses of Enum Class
org.jooq.conf.ThrowExceptions
Packages that use ThrowExceptions
-
Uses of ThrowExceptions in org.jooq.conf
Subclasses with type arguments of type ThrowExceptions in org.jooq.confFields in org.jooq.conf declared as ThrowExceptionsMethods in org.jooq.conf that return ThrowExceptionsModifier and TypeMethodDescriptionstatic ThrowExceptionsSettings.getThrowExceptions()A strategy defining how exceptions from the database / JDBC driver should be propagatedstatic ThrowExceptionsReturns 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 TypeMethodDescriptionvoidSettings.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