Uses of Package
org.h2.api
-
Packages that use org.h2.api Package Description 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.expression.aggregate Aggregate functions.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. -
Classes in org.h2.api used by org.h2.api Class Description H2Type Data types of H2.Interval INTERVAL representation for result sets.IntervalQualifier Interval qualifier. -
Classes in org.h2.api used by org.h2.engine Class Description 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. -
Classes in org.h2.api used by org.h2.expression.aggregate Class Description Aggregate A user-defined aggregate function needs to implement this interface. -
Classes in org.h2.api used by org.h2.fulltext Class Description Trigger A class that implements this interface can be used as a trigger. -
Classes in org.h2.api used by org.h2.jdbc Class Description JavaObjectSerializer Custom serialization mechanism for java objects being stored in column of type OTHER. -
Classes in org.h2.api used by org.h2.schema Class Description Aggregate A user-defined aggregate function needs to implement this interface.AggregateFunction A user-defined aggregate function needs to implement this interface.Trigger A class that implements this interface can be used as a trigger. -
Classes in org.h2.api used by org.h2.security.auth Class Description 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. -
Classes in org.h2.api used by org.h2.security.auth.impl Class Description 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. -
Classes in org.h2.api used by org.h2.tools Class Description Trigger A class that implements this interface can be used as a trigger. -
Classes in org.h2.api used by org.h2.util Class Description IntervalQualifier Interval qualifier.JavaObjectSerializer Custom serialization mechanism for java objects being stored in column of type OTHER. -
Classes in org.h2.api used by org.h2.value Class Description Interval INTERVAL representation for result sets.IntervalQualifier Interval qualifier.