| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.query.h2.affinity | |
| 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 @Nullable GridSqlColumn |
PartitionExtractor.unwrapColumn(GridSqlAst ast)
Unwrap column if possible.
|
| 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 GridSqlColumn |
SplitterUtils.column(String name) |
GridSqlColumn[] |
GridSqlMerge.columns() |
GridSqlColumn[] |
GridSqlAlterTableAddColumn.columns() |
GridSqlColumn[] |
GridSqlInsert.columns() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<GridSqlColumn> |
GridSqlUpdate.cols() |
LinkedHashMap<String,GridSqlColumn> |
GridSqlCreateTable.columns() |
| Modifier and Type | Method and Description |
|---|---|
GridSqlMerge |
GridSqlMerge.columns(GridSqlColumn[] cols) |
void |
GridSqlAlterTableAddColumn.columns(GridSqlColumn[] cols) |
GridSqlInsert |
GridSqlInsert.columns(GridSqlColumn[] cols) |
| Modifier and Type | Method and Description |
|---|---|
GridSqlUpdate |
GridSqlUpdate.cols(ArrayList<GridSqlColumn> cols) |
void |
GridSqlCreateTable.columns(LinkedHashMap<String,GridSqlColumn> cols) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025