Package | Description |
---|---|
org.jooq.conf |
Modifier and Type | Field and Description |
---|---|
protected ExecuteWithoutWhere |
Settings.executeDeleteWithoutWhere |
protected ExecuteWithoutWhere |
Settings.executeUpdateWithoutWhere |
Modifier and Type | Method and Description |
---|---|
static ExecuteWithoutWhere |
ExecuteWithoutWhere.fromValue(String v) |
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 to
Settings.getExecuteDeleteWithoutWhere() . |
ExecuteWithoutWhere |
Settings.getExecuteUpdateWithoutWhere()
[#6771] Specifies whether UPDATE statements are allowed to be executed lacking a WHERE clause.
|
static ExecuteWithoutWhere |
SettingsTools.getExecuteUpdateWithoutWhere(Settings settings)
Lazy access to
Settings.getExecuteUpdateWithoutWhere() . |
static ExecuteWithoutWhere |
ExecuteWithoutWhere.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecuteWithoutWhere[] |
ExecuteWithoutWhere.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Settings.setExecuteDeleteWithoutWhere(ExecuteWithoutWhere value)
Sets the value of the executeDeleteWithoutWhere property.
|
void |
Settings.setExecuteUpdateWithoutWhere(ExecuteWithoutWhere value)
Sets the value of the executeUpdateWithoutWhere property.
|
Settings |
Settings.withExecuteDeleteWithoutWhere(ExecuteWithoutWhere value) |
Settings |
Settings.withExecuteUpdateWithoutWhere(ExecuteWithoutWhere value) |
Copyright © 2019. All rights reserved.