Uses of Interface
javax.sql.CommonDataSource
Packages that use CommonDataSource
包
描述
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修饰符和类Interface描述interface
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.