public static class GridH2Table.Engine extends Object implements org.h2.api.TableEngine
| Constructor and Description |
|---|
GridH2Table.Engine() |
| Modifier and Type | Method and Description |
|---|---|
static GridH2Table |
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.
|
org.h2.table.TableBase |
createTable(org.h2.command.ddl.CreateTableData createTblData) |
public org.h2.table.TableBase createTable(org.h2.command.ddl.CreateTableData createTblData)
createTable in interface org.h2.api.TableEnginepublic static GridH2Table createTable(Connection conn, String sql, @Nullable GridH2RowDescriptor desc, GridH2Table.IndexesFactory factory, String space) throws SQLException
conn - Connection.sql - DDL clause.desc - Row descriptor.factory - Indexes factory.space - Space name.SQLException - If failed.Copyright © 2014. All rights reserved.