Uses of Interface
javax.sql.CommonDataSource
-
Packages that use CommonDataSource 软件包 描述 javax.sql 通过Java编程语言为服务器端数据源访问和处理提供API。 -
-
Uses of CommonDataSource in javax.sql
Subinterfaces of CommonDataSource in javax.sql Modifier and Type 接口 描述 interface
ConnectionPoolDataSource
一个PooledConnection
对象的工厂。interface
DataSource
与DataSource
对象所代表物理数据源的连接的工厂。interface
XADataSource
一个内部使用的XAConnection
对象的工厂。
-