| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.query.h2 |
Contains default H2-based indexing SPI implementation.
|
| 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.opt | |
| org.apache.ignite.internal.processors.query.h2.opt.join |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
H2Utils.containsKeyColumn(GridH2RowDescriptor desc,
List<org.gridgain.internal.h2.table.IndexColumn> cols)
Check whether columns list contains key or key alias column.
|
static GridH2Table |
H2TableEngine.createTable(Connection conn,
String sql,
GridH2RowDescriptor rowDesc,
H2TableDescriptor tblDesc)
Creates table using given connection, DDL clause for given type descriptor and list of indexes.
|
static List<org.gridgain.internal.h2.table.IndexColumn> |
H2Utils.treeIndexColumns(GridH2RowDescriptor desc,
List<org.gridgain.internal.h2.table.IndexColumn> cols,
org.gridgain.internal.h2.table.IndexColumn keyCol,
org.gridgain.internal.h2.table.IndexColumn affCol) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
DmlUtils.convert(Object val,
GridH2RowDescriptor desc,
Class<?> expCls,
int type,
String columnName)
Convert value to column's expected type by means of H2.
|
| Modifier and Type | Method and Description |
|---|---|
GridH2RowDescriptor |
H2CacheRow.getDesc() |
protected GridH2RowDescriptor |
GridH2IndexBase.rowDescriptor() |
GridH2RowDescriptor |
GridH2Table.rowDescriptor() |
| Constructor and Description |
|---|
GridH2Table(org.gridgain.internal.h2.command.ddl.CreateTableData createTblData,
GridH2RowDescriptor desc,
H2TableDescriptor tblDesc,
GridCacheContextInfo cacheInfo)
Creates table.
|
H2CacheRow(GridH2RowDescriptor desc,
CacheDataRow row)
Constructor.
|
| Constructor and Description |
|---|
ProxyDistributedLookupBatch(org.gridgain.internal.h2.index.IndexLookupBatch delegate,
GridH2RowDescriptor rowDesc)
Creates proxy lookup batch.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025