Package org.h2.test.db
Class TestTableEngines.TreeSetIndexTableEngine
java.lang.Object
org.h2.test.db.TestTableEngines.TreeSetIndexTableEngine
- All Implemented Interfaces:
TableEngine
- Enclosing class:
TestTableEngines
A table engine that internally uses a tree set.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TreeSetIndexTableEngine
public TreeSetIndexTableEngine()
-
-
Method Details
-
createTable
Description copied from interface:TableEngineCreate new table.- Specified by:
createTablein interfaceTableEngine- Parameters:
data- the data to construct the table- Returns:
- the created table
-