- 
Packages that use CommonDataSource 
| Package | Description |  
| javax.sql | Provides the API for server side data source access and processing from
the Java™ programming language. |  
 
- 
- 
Subinterfaces of CommonDataSource in javax.sql 
| Modifier and Type | Interface | Description |  
| interface  | ConnectionPoolDataSource | A factory for PooledConnectionobjects. |  
| interface  | DataSource | A factory for connections to the physical data source that this
 DataSourceobject represents. |  
| interface  | XADataSource | A factory for XAConnectionobjects that is used internally. |