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