Package org.h2.api


package org.h2.api
Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.
  • Class
    Description
    A user-defined aggregate function needs to implement this interface.
    A user-defined aggregate function needs to implement this interface.
    A class that implement this interface can be used to validate credentials provided by client.
    A class that implements this interface can get notified about exceptions and other events.
    This class defines the error codes used for SQL exceptions.
    Data types of H2.
    INTERVAL representation for result sets.
    Interval qualifier.
    Custom serialization mechanism for java objects being stored in column of type OTHER.
    A class that implements this interface can create custom table implementations.
    A class that implements this interface can be used as a trigger.
    A class that implement this interface can be used during authentication to map external users to database roles.