| Package | Description |
|---|---|
| javax.sql |
Provides the API for server side data source access and processing from the Java
TM programming language.
|
| Modifier and Type | Interface and 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.
|