Uses of Enum Class
org.jooq.conf.OnError
Packages that use OnError
-
Uses of OnError in org.jooq.conf
Subclasses with type arguments of type OnError in org.jooq.confFields in org.jooq.conf declared as OnErrorMethods in org.jooq.conf that return OnErrorModifier and TypeMethodDescriptionstatic OnErrorSettings.getMetaSqlOnError()[#18500] Whether the JDBCDatabaseMetaDatabacked MetaImpl implementation should fail when there's an error caused by the SQL run to query meta data.static OnErrorReturns the enum constant of this class with the specified name.static OnError[]OnError.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 OnErrorModifier and TypeMethodDescriptionvoidSettings.setMetaSqlOnError(OnError value) [#18500] Whether the JDBCDatabaseMetaDatabacked MetaImpl implementation should fail when there's an error caused by the SQL run to query meta data.Settings.withMetaSqlOnError(OnError value) [#18500] Whether the JDBCDatabaseMetaDatabacked MetaImpl implementation should fail when there's an error caused by the SQL run to query meta data.