Package org.h2.api
Interface TableEngine
-
public interface TableEngineA class that implements this interface can create custom table implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.h2.table.TablecreateTable(org.h2.command.ddl.CreateTableData data)Create new table.
-