public final class TCommandParameter extends TCommandItem
Modifier and Type | Field and Description |
---|---|
static TCommandParameter |
CLIENTREQUESTID
Constant that represents the "_clientRequestId" command parameter.
|
static TCommandParameter |
COLLECTION
Constant that represents the "_collection" command parameter.
|
static TCommandParameter |
COUNT
Constant that represents the "_count" command parameter.
|
static TCommandParameter |
DOCTYPE
Constant that represents the "_doctype" command parameter.
|
static TCommandParameter |
DOCUMENT
Constant that represents the "_document" command parameter.
|
static TCommandParameter |
DURATION
Constant that represents the "_duration" command parameter.
|
static TCommandParameter |
GROUPS
Constant that represents the "_groups" command parameter.
|
static TCommandParameter |
HANDLE
Constant that represents the "_handle" command parameter.
|
static TCommandParameter |
ISOLATION_DEGREE
Constant that represents the "_isolationLevel" command parameter.
|
static TCommandParameter |
ISOLATION_LEVEL
Constant that represents the "_isolation" command parameter.
|
static TCommandParameter |
LOCK_MODE
Constant that represents the "_lockMode" command parameter.
|
static TCommandParameter |
LOCKWAIT_MODE
Constant that represents the "_lockwait" command parameter.
|
static TCommandParameter |
MAXIMUMREQUESTDURATION
Constant that represents the "_maximumrequestduration" command parameter.
|
static TCommandParameter |
MODE
Constant that represents the "_mode" command parameter.
|
static TCommandParameter |
NON_ACTIVITY_TIMEOUT
Constant that represents the "_nonActivityTimeout" command parameter.
|
static TCommandParameter |
ON_2PC_COMPLETION
Constant that represents the "_on2PCCompletion" command parameter.
|
static TCommandParameter |
POSITION
Constant that represents the "_position" command parameter.
|
static TCommandParameter |
QUANTITY
Constant that represents the "_quantity" command parameter.
|
static TCommandParameter |
QUERYSEARCHMODE
Constant that represents the "_querysearchmode" command parameter.
|
static TCommandParameter |
SCROLL
Constant that represents the "_scroll" command parameter.
|
static TCommandParameter |
SENSITIVE
Constant that represents the "_sensitivity" command parameter.
|
static TCommandParameter |
SESSION_ID
Constant that represents the "_sessionid" command parameter.
|
static TCommandParameter |
SESSION_KEY
Constant that represents the "_sessionkey" command parameter.
|
static TCommandParameter |
TIP_TRANSACTION
Constant that represents the "_TIPTransaction" command parameter.
|
static TCommandParameter |
TRANSACTION_TIMEOUT
Constant that represents the "_transactionTimeout" command parameter.
|
static TCommandParameter |
UTX_TRANSACTION
Constant that represents the "_UTXTransaction" command parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
takeVisitor(TCommandItemVisitor visitor)
Takes a TCommandItemVisitor and tells it that it wants to be visited.
|
getValue, toString
public static final TCommandParameter SESSION_ID
public static final TCommandParameter SESSION_KEY
public static final TCommandParameter ISOLATION_LEVEL
public static final TCommandParameter LOCKWAIT_MODE
public static final TCommandParameter ISOLATION_DEGREE
public static final TCommandParameter LOCK_MODE
public static final TCommandParameter NON_ACTIVITY_TIMEOUT
public static final TCommandParameter TRANSACTION_TIMEOUT
public static final TCommandParameter DOCTYPE
public static final TCommandParameter DOCUMENT
public static final TCommandParameter MODE
public static final TCommandParameter SCROLL
public static final TCommandParameter HANDLE
public static final TCommandParameter SENSITIVE
public static final TCommandParameter POSITION
public static final TCommandParameter QUANTITY
public static final TCommandParameter COUNT
public static final TCommandParameter TIP_TRANSACTION
public static final TCommandParameter UTX_TRANSACTION
public static final TCommandParameter ON_2PC_COMPLETION
public static final TCommandParameter DURATION
public static final TCommandParameter COLLECTION
public static final TCommandParameter MAXIMUMREQUESTDURATION
public static final TCommandParameter CLIENTREQUESTID
public static final TCommandParameter QUERYSEARCHMODE
public static final TCommandParameter GROUPS
public void takeVisitor(TCommandItemVisitor visitor)
takeVisitor
in class TCommandItem
the
- TCommandItemVisitor that shall visit this instance.Copyright (c) 2017 Software AG. All Rights Reserved.