| 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 |
|---|---|
@Nullable H2TableDescriptor |
H2SchemaManager.tableForType(String schemaName,
String cacheName,
String type)
Get table descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
static GridH2Table |
H2TableEngine.createTable(Connection conn,
String sql,
GridH2RowDescriptor rowDesc,
H2TableDescriptor tblDesc,
IndexProcessor idxMgr)
Creates table using given connection, DDL clause for given type descriptor and list of indexes.
|
static String |
H2Utils.generateFieldsQueryString(String qry,
String tableAlias,
H2TableDescriptor tbl)
Generate SqlFieldsQuery string from SqlQuery.
|
static String |
H2Utils.tableCreateSql(H2TableDescriptor tbl)
Prepare SQL statement for CREATE TABLE command.
|
| Modifier and Type | Method and Description |
|---|---|
H2TableDescriptor |
GridH2Table.tableDescriptor() |
| Constructor and Description |
|---|
GridH2Table(org.h2.command.ddl.CreateTableData createTblData,
GridH2RowDescriptor desc,
H2TableDescriptor tblDesc,
GridCacheContextInfo<?,?> cacheInfo)
Creates table.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023