List of usage examples for javax.sql ConnectionPoolDataSource interface-usage
From source file com.alibaba.wasp.jdbcx.JdbcDataSource.java
/**
* A data source for H2 database connections. It is a factory for XAConnection
* and Connection objects. This class is usually registered in a JNDI naming
* service. To create a data source object and register it with a JNDI service,
* use the following code:
*