| Package | Description |
|---|---|
| com.mysql.cj.xdevapi |
Java classes for X DevAPI support.
|
| Modifier and Type | Field and Description |
|---|---|
protected FilterParams.RowLockOptions |
AbstractFilterParams.lockOption |
| Modifier and Type | Method and Description |
|---|---|
FilterParams.RowLockOptions |
AbstractFilterParams.getLockOption() |
FilterParams.RowLockOptions |
FilterParams.getLockOption()
Get
FilterParams.RowLockOptions value. |
static FilterParams.RowLockOptions |
FilterParams.RowLockOptions.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FilterParams.RowLockOptions[] |
FilterParams.RowLockOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFilterParams.setLockOption(FilterParams.RowLockOptions lockOption) |
void |
FilterParams.setLockOption(FilterParams.RowLockOptions rowLockOption)
Set
FilterParams.RowLockOptions value. |