What types of DataSource objects are specified in the Optional Package?
Created May 7, 2012
Joe Sam Shirah
- Basic - Provides a standard Connection object.
- Pooled - Provides a Connection pool and returns a Connection that is controlled by the pool.
- Distributed - Provides a Connection that can participate in distributed transactions ( more than one DBMS is involved). It is anticipated, but not enforced, that a distributed DataSource will also provide pooling.