Uses of Class
org.h2.jdbcx.JdbcDataSourceFactory
-
Packages that use JdbcDataSourceFactory Package Description org.h2.jdbcx Implementation of the extended JDBC API (package javax.sql). -
-
Uses of JdbcDataSourceFactory in org.h2.jdbcx
Fields in org.h2.jdbcx declared as JdbcDataSourceFactory Modifier and Type Field Description private JdbcDataSourceFactory
JdbcDataSource. factory
private JdbcDataSourceFactory
JdbcXAConnection. factory
Constructors in org.h2.jdbcx with parameters of type JdbcDataSourceFactory Constructor Description JdbcXAConnection(JdbcDataSourceFactory factory, int id, JdbcConnection physicalConn)
JdbcXid(JdbcDataSourceFactory factory, int id, java.lang.String tid)
-