Uses of Interface
org.h2.api.TableEngine
Packages that use TableEngine
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
-
Uses of TableEngine in org.h2.engine
Fields in org.h2.engine with type parameters of type TableEngineModifier and TypeFieldDescriptionprivate final HashMap<String, TableEngine> Database.tableEnginesMethods in org.h2.engine that return TableEngineModifier and TypeMethodDescriptionDatabase.getTableEngine(String tableEngine) Get the table engine class, loading it if needed.