Uses of Enum Class
org.jooq.conf.ThrowExceptions
-
Uses of ThrowExceptions in org.jooq.conf
Modifier 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.Modifier 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