public class KEEPLOCK_MODE
extends java.lang.Object
CTBase.SetKeepLock(int)
callModifier and Type | Field and Description |
---|---|
static int |
FREE
Release all locks.
|
static int |
LOCK
Keep all locks acquired before and during transaction.
|
static int |
OUT
Release only locks obtained within transaction and/or
locks on records updated within transaction.
|
static int |
OUTALL
Unconditionally keep all locks acquired before transaction began.
|
Constructor and Description |
---|
KEEPLOCK_MODE() |
public static final int FREE
public static final int LOCK
public static final int OUT
public static final int OUTALL