| 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.
|
| Constructor and Description |
|---|
GridH2Table(org.h2.command.ddl.CreateTableData createTblData,
GridH2RowDescriptor desc,
GridH2Table.IndexesFactory idxsFactory,
String spaceName)
Creates table.
|
Copyright © 2014. All rights reserved.