| Modifier and Type | Method and Description |
|---|---|
NestedTxMode |
SqlFieldsQueryEx.getNestedTxMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlFieldsQueryEx.setNestedTxMode(NestedTxMode nestedTxMode) |
| Constructor and Description |
|---|
JdbcRequestHandler(GridSpinBusyLock busyLock,
ClientListenerResponseSender sender,
int maxCursors,
boolean distributedJoins,
boolean enforceJoinOrder,
boolean collocated,
boolean replicatedOnly,
boolean autoCloseCursors,
boolean lazy,
boolean skipReducerOnUpdate,
NestedTxMode nestedTxMode,
@Nullable Boolean dataPageScanEnabled,
@Nullable Integer updateBatchSize,
AuthorizationContext actx,
ClientListenerProtocolVersion protocolVer,
JdbcConnectionContext connCtx)
Constructor.
|
| Constructor and Description |
|---|
OdbcRequestHandler(GridKernalContext ctx,
GridSpinBusyLock busyLock,
ClientListenerResponseSender sender,
int maxCursors,
boolean distributedJoins,
boolean enforceJoinOrder,
boolean replicatedOnly,
boolean collocated,
boolean lazy,
boolean skipReducerOnUpdate,
AuthorizationContext actx,
NestedTxMode nestedTxMode,
ClientListenerProtocolVersion ver)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
static NestedTxMode |
NestedTxMode.DEFAULT
Default handling mode.
|
| Modifier and Type | Method and Description |
|---|---|
static NestedTxMode |
NestedTxMode.fromByte(byte val)
Get enum value from int
|
static NestedTxMode |
NestedTxMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NestedTxMode[] |
NestedTxMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020