Uses of Enum Class
org.jooq.conf.ExecuteWithoutWhere
Packages that use ExecuteWithoutWhere
-
Uses of ExecuteWithoutWhere in org.jooq.conf
Fields in org.jooq.conf declared as ExecuteWithoutWhereModifier and TypeFieldDescriptionprotected ExecuteWithoutWhere
Settings.executeDeleteWithoutWhere
protected ExecuteWithoutWhere
Settings.executeUpdateWithoutWhere
Methods in org.jooq.conf that return ExecuteWithoutWhereModifier and TypeMethodDescriptionstatic ExecuteWithoutWhere
Settings.getExecuteDeleteWithoutWhere()
[#6771] Specifies whether DELETE statements are allowed to be executed lacking a WHERE clause.static final ExecuteWithoutWhere
SettingsTools.getExecuteDeleteWithoutWhere
(Settings settings) Lazy access toSettings.getExecuteDeleteWithoutWhere()
.Settings.getExecuteUpdateWithoutWhere()
[#6771] Specifies whether UPDATE statements are allowed to be executed lacking a WHERE clause.static final ExecuteWithoutWhere
SettingsTools.getExecuteUpdateWithoutWhere
(Settings settings) Lazy access toSettings.getExecuteUpdateWithoutWhere()
.static ExecuteWithoutWhere
Returns the enum constant of this class with the specified name.static ExecuteWithoutWhere[]
ExecuteWithoutWhere.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 ExecuteWithoutWhereModifier and TypeMethodDescriptionvoid
Settings.setExecuteDeleteWithoutWhere
(ExecuteWithoutWhere value) [#6771] Specifies whether DELETE statements are allowed to be executed lacking a WHERE clause.void
Settings.setExecuteUpdateWithoutWhere
(ExecuteWithoutWhere value) [#6771] Specifies whether UPDATE statements are allowed to be executed lacking a WHERE clause.Settings.withExecuteDeleteWithoutWhere
(ExecuteWithoutWhere value) [#6771] Specifies whether DELETE statements are allowed to be executed lacking a WHERE clause.Settings.withExecuteUpdateWithoutWhere
(ExecuteWithoutWhere value) [#6771] Specifies whether UPDATE statements are allowed to be executed lacking a WHERE clause.