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