| 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<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<IndexColumn> |
H2Utils.treeIndexColumns(GridH2RowDescriptor desc,
List<IndexColumn> cols,
IndexColumn keyCol,
IndexColumn affCol) |
| Constructor and Description |
|---|
IndexBuildClosure(GridH2RowDescriptor rowDesc,
GridH2IndexBase idx)
Constructor.
|
| Constructor and Description |
|---|
H2RowFactory(GridH2RowDescriptor rowDesc,
<any> 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(CreateTableData createTblData,
GridH2RowDescriptor desc,
H2RowFactory rowFactory,
GridH2SystemIndexFactory idxsFactory,
GridCacheContext cctx)
Creates table.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2-p3 Release Date : April 25 2019