| Package | Description |
|---|---|
| org.gridgain.grid.spi.indexing.h2.opt |
| Modifier and Type | Method and Description |
|---|---|
static GridH2Table |
GridH2Table.Engine.createTable(Connection conn,
String sql,
GridH2RowDescriptor desc,
GridH2Table.IndexesFactory factory,
String space)
Creates table using given connection, DDL clause for given type descriptor and list of indexes.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<org.h2.index.Index> |
GridH2Table.IndexesFactory.createIndexes(GridH2Table tbl)
Create list of indexes.
|
| Constructor and Description |
|---|
GridH2TreeIndex(String name,
GridH2Table tbl,
boolean unique,
int keyCol,
int valCol,
org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory memory,
org.h2.table.IndexColumn... cols)
Constructor with index initialization.
|
Copyright © 2014. All rights reserved.