| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.query.h2.dml |
Contains routines for executing DML statements on top of H2.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMode |
UpdatePlan.mode() |
static UpdateMode |
UpdateMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateMode[] |
UpdateMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
UpdatePlan(UpdateMode mode,
GridH2Table tbl,
String[] colNames,
int[] colTypes,
KeyValueSupplier keySupplier,
KeyValueSupplier valSupplier,
int keyColIdx,
int valColIdx,
String selectQry,
boolean isLocSubqry,
List<List<DmlArgument>> rows,
int rowsNum,
FastUpdate fastUpdate,
DmlDistributedPlanInfo distributed)
Constructor.
|
UpdatePlan(UpdateMode mode,
GridH2Table tbl,
String selectQry,
FastUpdate fastUpdate,
DmlDistributedPlanInfo distributed)
Constructor for delete operation or fast update.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018