- All Implemented Interfaces:
- java.io.Serializable, javax.naming.Referenceable
- Direct Known Subclasses:
- AbstractJdbc4SimpleDataSource
public abstract class AbstractJdbc23SimpleDataSource
extends BaseDataSource
implements java.io.Serializable
Simple DataSource which does not perform connection pooling. In order to use
the DataSource, you must set the property databaseName. The settings for
serverName, portNumber, user, and password are optional. Note: these properties
are declared in the superclass.
- Author:
- Aaron Mulder (ammulder@chariotsolutions.com)
- See Also:
- Serialized Form