public final class UpdateOptions
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
UpdateOptions(UpdateLockingMode lockingMode)
Constructs an UpdateOptions structure with the desired locking mode.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLockingMode |
getLockingMode()
Gets the locking behavior for the update.
|
void |
setLockingMode(UpdateLockingMode _lockingMode)
Sets the locking behavior for the update.
|
public UpdateOptions(UpdateLockingMode lockingMode)
lockingMode - Locking mode to be used during an update operation.public UpdateLockingMode getLockingMode()
public void setLockingMode(UpdateLockingMode _lockingMode)
_lockingMode - Locking mode to be used during an update operation.