Package org.h2.test.db
Class TestTableEngines.OneRowTableEngine
java.lang.Object
org.h2.test.db.TestTableEngines.OneRowTableEngine
- All Implemented Interfaces:
TableEngine
- Enclosing class:
TestTableEngines
A test table factory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.h2.test.db.TestTableEngines.OneRowTableEngine.OneRowTablecreateTable(CreateTableData data) Create a new OneRowTable.
-
Constructor Details
-
OneRowTableEngine
public OneRowTableEngine()
-
-
Method Details
-
createTable
public org.h2.test.db.TestTableEngines.OneRowTableEngine.OneRowTable createTable(CreateTableData data) Create a new OneRowTable.- Specified by:
createTablein interfaceTableEngine- Parameters:
data- the meta data of the table to create- Returns:
- the new table
-