| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.query.h2.dml |
Contains routines for executing DML statements on top of H2.
|
| org.apache.ignite.internal.processors.query.h2.sql |
| Modifier and Type | Method and Description |
|---|---|
static GridSqlQuery |
DmlAstUtils.selectForInsertOrMerge(GridSqlColumn[] cols,
List<GridSqlElement[]> rows,
GridSqlQuery subQry)
Create SELECT on which subsequent INSERT or MERGE will be based.
|
| Modifier and Type | Method and Description |
|---|---|
static GridSqlQuery |
DmlAstUtils.selectForInsertOrMerge(GridSqlColumn[] cols,
List<GridSqlElement[]> rows,
GridSqlQuery subQry)
Create SELECT on which subsequent INSERT or MERGE will be based.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridSqlSelect
Plain SELECT query.
|
class |
GridSqlUnion
Select query with UNION.
|
| Modifier and Type | Method and Description |
|---|---|
<X extends GridSqlQuery> |
GridSqlSubquery.subquery() |
| Modifier and Type | Method and Description |
|---|---|
GridSqlQuery |
GridSqlUnion.left() |
GridSqlQuery |
GridSqlMerge.query() |
GridSqlQuery |
GridSqlInsert.query() |
GridSqlQuery |
GridSqlUnion.right() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridSqlUnion.left(GridSqlQuery left) |
GridSqlMerge |
GridSqlMerge.query(GridSqlQuery qry) |
GridSqlInsert |
GridSqlInsert.query(GridSqlQuery qry) |
void |
GridSqlUnion.right(GridSqlQuery right) |
| Constructor and Description |
|---|
GridSqlSubquery(GridSqlQuery subQry) |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018