Package | Description |
---|---|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
org.h2.fulltext |
The native full text search implementation, and the wrapper for the the Lucene full text search implementation.
|
org.h2.mvstore.db |
Helper classes to use the MVStore in the H2 database.
|
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.
|
org.h2.value |
Data type and value implementations.
|
Class and Description |
---|
Aggregate
A user-defined aggregate function needs to implement this interface.
|
DatabaseEventListener
A class that implements this interface can get notified about exceptions
and other events.
|
JavaObjectSerializer
Custom serialization mechanism for java objects being stored in column of
type OTHER.
|
TableEngine
A class that implements this interface can create custom table
implementations.
|
Class and Description |
---|
Trigger
A class that implements this interface can be used as a trigger.
|
Class and Description |
---|
TableEngine
A class that implements this interface can create custom table
implementations.
|
Class and Description |
---|
JavaObjectSerializer
Custom serialization mechanism for java objects being stored in column of
type OTHER.
|
Class and Description |
---|
JavaObjectSerializer
Custom serialization mechanism for java objects being stored in column of
type OTHER.
|
Trigger
A class that implements this interface can be used as a trigger.
|
Class and Description |
---|
CustomDataTypesHandler
Custom data type handler
Provides means to plug-in custom data types support
Please keep in mind that this feature may not possibly
provide the same ABI stability level as other features
as it exposes many of the H2 internals.
|
JavaObjectSerializer
Custom serialization mechanism for java objects being stored in column of
type OTHER.
|
Class and Description |
---|
TimestampWithTimeZone
How we expose "TIMESTAMP WITH TIME ZONE" in our ResultSets.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.