Package | Description |
---|---|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
org.h2.store |
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
|
org.h2.tools |
Various tools.
|
org.h2.util |
Internal utility classes.
|
Modifier and Type | Method and Description |
---|---|
TempFileDeleter |
Database.getTempFileDeleter() |
TempFileDeleter |
SessionRemote.getTempFileDeleter() |
Modifier and Type | Method and Description |
---|---|
TempFileDeleter |
DataHandler.getTempFileDeleter()
Get the temp file deleter mechanism.
|
Modifier and Type | Method and Description |
---|---|
TempFileDeleter |
Recover.getTempFileDeleter()
INTERNAL
|
Modifier and Type | Method and Description |
---|---|
static TempFileDeleter |
TempFileDeleter.getInstance() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.