Uses of Interface
org.h2.jdbc.JdbcConnectionBackwardsCompat
-
Packages that use JdbcConnectionBackwardsCompat Package Description org.h2.jdbc Implementation of the JDBC API (package java.sql).org.h2.jdbcx Implementation of the extended JDBC API (package javax.sql). -
-
Uses of JdbcConnectionBackwardsCompat in org.h2.jdbc
Classes in org.h2.jdbc that implement JdbcConnectionBackwardsCompat Modifier and Type Class Description class
JdbcConnection
Represents a connection (session) to a database. -
Uses of JdbcConnectionBackwardsCompat in org.h2.jdbcx
Classes in org.h2.jdbcx that implement JdbcConnectionBackwardsCompat Modifier and Type Class Description (package private) class
JdbcXAConnection.PooledJdbcConnection
A pooled connection.
-