org.h2.jdbcx |
Javadoc package documentation
Implementation of the extended JDBC API (package javax.sql).
|
Java Source File Name | Type | Comment |
JdbcDataSource.java | Class | A data source for H2 database connections. |
JdbcDataSourceFactory.java | Class | This class is used to create new DataSource objects.
An application should not use this class directly. |
JdbcXAConnection.java | Class | This class provides support for distributed transactions. |
JdbcXid.java | Class | An object of this class represents a transaction id. |