JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Java SE 11 & JDK 11
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Interface
javax.sql.CommonDataSource
Packages that use
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 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.