public class H2TableEngine extends Object
| Constructor and Description |
|---|
H2TableEngine() |
| Modifier and Type | Method and Description |
|---|---|
static GridH2Table |
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.
|
TableBase |
createTable(CreateTableData createTblData) |
public static GridH2Table createTable(Connection conn, String sql, GridH2RowDescriptor rowDesc, H2RowFactory rowFactory, H2TableDescriptor tblDesc) throws SQLException
conn - Connection.sql - DDL clause.rowDesc - Row descriptor.rowFactory - Row factory.tblDesc - Table descriptor.SQLException - If failed.public TableBase createTable(CreateTableData createTblData)
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2-p3 Release Date : April 25 2019