| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.query.h2 |
Contains default H2-based indexing SPI implementation.
|
| org.apache.ignite.internal.processors.query.h2.database | |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
H2Utils.containsKeyColumn(GridH2RowDescriptor desc,
List<org.h2.table.IndexColumn> cols)
Check whether columns list contains key or key alias column.
|
static Object |
H2Utils.convert(Object val,
GridH2RowDescriptor desc,
int type)
Convert value to column's expected type by means of H2.
|
static GridH2Table |
H2TableEngine.createTable(Connection conn,
String sql,
GridH2RowDescriptor rowDesc,
H2RowFactory rowFactory,
H2TableDescriptor tblDesc)
Creates table using given connection, DDL clause for given type descriptor and list of indexes.
|
static List<org.h2.table.IndexColumn> |
H2Utils.treeIndexColumns(GridH2RowDescriptor desc,
List<org.h2.table.IndexColumn> cols,
org.h2.table.IndexColumn keyCol,
org.h2.table.IndexColumn affCol) |
| Constructor and Description |
|---|
H2RowFactory(GridH2RowDescriptor rowDesc,
GridCacheContext<?,?> cctx) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
DmlUtils.convert(Object val,
GridH2RowDescriptor desc,
Class<?> expCls,
int type)
Convert value to column's expected type by means of H2.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridH2RowDescriptor |
GridH2KeyValueRowOnheap.desc |
| Modifier and Type | Method and Description |
|---|---|
GridH2RowDescriptor |
GridH2Table.rowDescriptor() |
| Constructor and Description |
|---|
GridH2KeyValueRowOnheap(GridH2RowDescriptor desc,
CacheDataRow row,
int keyType,
int valType)
Constructor.
|
GridH2Table(org.h2.command.ddl.CreateTableData createTblData,
GridH2RowDescriptor desc,
H2RowFactory rowFactory,
GridH2SystemIndexFactory idxsFactory,
GridCacheContext cctx)
Creates table.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018