-
Packages that use CommonDataSource
Package |
Description |
javax.sql |
Provides the API for server side data source access and processing from
the Java™ programming language.
|
-
-
Subinterfaces of CommonDataSource in javax.sql
Modifier and Type |
Interface |
Description |
interface |
ConnectionPoolDataSource |
A factory for PooledConnection
objects.
|
interface |
DataSource |
A factory for connections to the physical data source that this
DataSource object represents.
|
interface |
XADataSource |
A factory for XAConnection objects that is used internally.
|