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 接口 描述 interfaceConnectionPoolDataSource一个PooledConnection对象的工厂。interfaceDataSource与DataSource对象所代表物理数据源的连接的工厂。interfaceXADataSource一个内部使用的XAConnection对象的工厂。
-