Uses of Enum Class
org.jooq.conf.ExecuteWithoutWhere
-
Uses of ExecuteWithoutWhere in org.jooq.conf
Modifier and TypeFieldDescriptionprotected ExecuteWithoutWhere
Settings.executeDeleteWithoutWhere
protected ExecuteWithoutWhere
Settings.executeUpdateWithoutWhere
Modifier and TypeMethodDescriptionstatic ExecuteWithoutWhere
Settings.getExecuteDeleteWithoutWhere()
[#6771] Specifies whether DELETE statements are allowed to be executed lacking a WHERE clause.static 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 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.Modifier 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.