| 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 GridSqlSelect |
DmlAstUtils.selectForDelete(GridSqlDelete del)
Generate SQL SELECT based on DELETE's WHERE, LIMIT, etc.
|
static GridSqlSelect |
DmlAstUtils.selectForUpdate(GridSqlUpdate update)
Generate SQL SELECT based on UPDATE's WHERE, LIMIT, etc.
|
| Modifier and Type | Method and Description |
|---|---|
GridSqlSelect |
GridSqlSelect.addColumn(GridSqlAst expression,
boolean visible) |
GridSqlSelect |
GridSqlSelect.clearColumns()
Clears select expressions list.
|
GridSqlSelect |
GridSqlSelect.copySelectForUpdate() |
GridSqlSelect |
GridSqlSelect.from(GridSqlAst from) |
GridSqlSelect |
GridSqlSelect.groupColumns(int[] grpCols) |
GridSqlSelect |
GridSqlSelect.havingColumn(int col) |
GridSqlSelect |
GridSqlSelect.setColumn(int colIdx,
GridSqlAst expression) |
GridSqlSelect |
GridSqlSelect.where(GridSqlAst where) |
GridSqlSelect |
GridSqlSelect.whereAnd(GridSqlAst cond) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SplitterUtils.hasSubQueries(GridSqlSelect qry)
Check whether the given SELECT has subqueries.
|
static GridSqlAlias |
GridSqlQuerySplitter.keyColumn(GridSqlSelect sel)
Retrieves _KEY column from SELECT.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025