| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.query.h2 |
Contains default H2-based indexing SPI implementation.
|
| org.apache.ignite.internal.processors.query.h2.opt |
| Modifier and Type | Method and Description |
|---|---|
H2TableDescriptor |
H2Schema.tableByName(String tblName) |
H2TableDescriptor |
H2Schema.tableByTypeName(String cacheName,
String typeName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<H2TableDescriptor> |
H2Schema.tables() |
| Modifier and Type | Method and Description |
|---|---|
void |
H2Schema.add(H2TableDescriptor tbl) |
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.
|
void |
H2Schema.drop(H2TableDescriptor tbl)
Drop table.
|
void |
H2Schema.remove(H2TableDescriptor tbl) |
| Constructor and Description |
|---|
GridH2RowDescriptor(IgniteH2Indexing idx,
H2TableDescriptor tbl,
GridQueryTypeDescriptor type)
Constructor.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018