public class H2TableEngine extends Object implements org.gridgain.internal.h2.api.TableEngine
| Constructor and Description |
|---|
H2TableEngine() |
| Modifier and Type | Method and Description |
|---|---|
static GridH2Table |
createTable(Connection conn,
String sql,
GridH2RowDescriptor rowDesc,
H2TableDescriptor tblDesc)
Creates table using given connection, DDL clause for given type descriptor and list of indexes.
|
org.gridgain.internal.h2.table.TableBase |
createTable(org.gridgain.internal.h2.command.ddl.CreateTableData createTblData) |
public static GridH2Table createTable(Connection conn, String sql, GridH2RowDescriptor rowDesc, H2TableDescriptor tblDesc) throws SQLException
conn - Connection.sql - DDL clause.rowDesc - Row descriptor.tblDesc - Table descriptor.SQLException - If failed.public org.gridgain.internal.h2.table.TableBase createTable(org.gridgain.internal.h2.command.ddl.CreateTableData createTblData)
createTable in interface org.gridgain.internal.h2.api.TableEngine
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025