Package org.h2.jdbcx


package org.h2.jdbcx

Implementation of the extended JDBC API (package javax.sql).

  • Class
    Description
    A simple standalone JDBC connection pool.
    Allows us to compile on older platforms, while still implementing the methods from the newer JDBC API.
    A data source for H2 database connections.
    Allows us to compile on older platforms, while still implementing the methods from the newer JDBC API.
    This class is used to create new DataSource objects.
    This class provides support for distributed transactions.
    An object of this class represents a transaction id.