Uses of Class
org.jooq.conf.ThrowExceptions
-
Packages that use ThrowExceptions Package Description org.jooq.conf -
-
Uses of ThrowExceptions in org.jooq.conf
Fields in org.jooq.conf declared as ThrowExceptions Modifier and Type Field Description protected ThrowExceptions
Settings. throwExceptions
Methods in org.jooq.conf that return ThrowExceptions Modifier and Type Method Description static ThrowExceptions
ThrowExceptions. fromValue(String v)
ThrowExceptions
Settings. getThrowExceptions()
A strategy defining how exceptions from the database / JDBC driver should be propagatedstatic ThrowExceptions
ThrowExceptions. valueOf(String name)
Returns the enum constant of this type with the specified name.static ThrowExceptions[]
ThrowExceptions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq.conf with parameters of type ThrowExceptions Modifier and Type Method Description void
Settings. setThrowExceptions(ThrowExceptions value)
A strategy defining how exceptions from the database / JDBC driver should be propagatedSettings
Settings. withThrowExceptions(ThrowExceptions value)
A strategy defining how exceptions from the database / JDBC driver should be propagated
-