| 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 |
|---|---|
static UpdatePlan |
UpdatePlan.forDelete(GridH2Table tbl,
String selectQry,
UpdatePlan.DistributedPlanInfo distributed) |
static UpdatePlan |
UpdatePlan.forFastUpdate(UpdateMode mode,
GridH2Table tbl,
FastUpdateArguments fastUpdateArgs) |
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) |
static UpdatePlan |
UpdatePlanBuilder.planForStatement(org.h2.command.Prepared prepared,
boolean loc,
IgniteH2Indexing idx,
Connection conn,
SqlFieldsQuery fieldsQuery,
Integer errKeysPos)
Generate SELECT statements to retrieve data for modifications from and find fast UPDATE or DELETE args,
if available.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.3.0 Release Date : October 28 2017