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