| 程序包 | 说明 |
|---|---|
| org.h2.api |
Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.
|
| 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 Lucene full text search implementation.
|
| org.h2.jdbc |
Implementation of the JDBC API (package java.sql).
|
| org.h2.schema |
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
|
| org.h2.security.auth |
Authentication classes.
|
| org.h2.security.auth.impl |
Authentication classes.
|
| org.h2.tools |
Various tools.
|
| org.h2.util |
Internal utility classes.
|
| org.h2.value |
Data type and value implementations.
|
| 类和说明 |
|---|
| H2Type
Data types of H2.
|
| Interval
INTERVAL representation for result sets.
|
| IntervalQualifier
Interval qualifier.
|
| 类和说明 |
|---|
| 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.
|
| 类和说明 |
|---|
| Trigger
A class that implements this interface can be used as a trigger.
|
| 类和说明 |
|---|
| JavaObjectSerializer
Custom serialization mechanism for java objects being stored in column of
type OTHER.
|
| 类和说明 |
|---|
| Aggregate
A user-defined aggregate function needs to implement this interface.
|
| 类和说明 |
|---|
| CredentialsValidator
A class that implement this interface can be used to validate credentials
provided by client.
|
| UserToRolesMapper
A class that implement this interface can be used during authentication to
map external users to database roles.
|
| 类和说明 |
|---|
| CredentialsValidator
A class that implement this interface can be used to validate credentials
provided by client.
|
| UserToRolesMapper
A class that implement this interface can be used during authentication to
map external users to database roles.
|
| 类和说明 |
|---|
| Trigger
A class that implements this interface can be used as a trigger.
|
| 类和说明 |
|---|
| IntervalQualifier
Interval qualifier.
|
| JavaObjectSerializer
Custom serialization mechanism for java objects being stored in column of
type OTHER.
|
| 类和说明 |
|---|
| Interval
INTERVAL representation for result sets.
|
| IntervalQualifier
Interval qualifier.
|
Copyright © 2022. All rights reserved.