Package | Description |
---|---|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
org.h2.mvstore.db |
Helper classes to use the MVStore in the H2 database.
|
Modifier and Type | Method and Description |
---|---|
TableEngine |
Database.getTableEngine(String tableEngine)
Get the table engine class, loading it if needed.
|
Modifier and Type | Class and Description |
---|---|
class |
MVTableEngine
A table engine that internally uses the MVStore.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.