| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.query.h2.dml |
Contains routines for executing DML statements on top of H2.
|
| Modifier and Type | Field and Description |
|---|---|
KeyValueSupplier |
UpdatePlan.keySupplier
Method to create key for INSERT or MERGE, ignored for UPDATE and DELETE.
|
KeyValueSupplier |
UpdatePlan.valSupplier
Method to create value to put to cache, ignored for DELETE.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdatePlan |
UpdatePlan.forInsert(GridH2Table tbl,
String[] colNames,
int[] colTypes,
KeyValueSupplier keySupplier,
KeyValueSupplier valSupplier,
int keyColIdx,
int valColIdx,
String selectQry,
boolean isLocSubqry,
int rowsNum,
UpdatePlan.DistributedPlanInfo distributed) |
static UpdatePlan |
UpdatePlan.forMerge(GridH2Table tbl,
String[] colNames,
int[] colTypes,
KeyValueSupplier keySupplier,
KeyValueSupplier valSupplier,
int keyColIdx,
int valColIdx,
String selectQry,
boolean isLocSubqry,
int rowsNum,
UpdatePlan.DistributedPlanInfo distributed) |
static UpdatePlan |
UpdatePlan.forUpdate(GridH2Table tbl,
String[] colNames,
int[] colTypes,
KeyValueSupplier valSupplier,
int valColIdx,
String selectQry,
UpdatePlan.DistributedPlanInfo distributed) |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.3.0 Release Date : October 28 2017