xpertss.ds.base.BaseOriginDataSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xdbcp Show documentation
Show all versions of xdbcp Show documentation
A modern high speed connection pool that supports multiple connection types.
package xpertss.ds.base;
/**
* A Base implementation of {@link xpertss.ds.DataSource} that can be
* used to implement common functionality for the various origin data
* source implementations.
*
* @author cfloersch
*/
public abstract class BaseOriginDataSource extends BaseDataSource {
protected BaseOriginDataSource(Type type)
{
super(type);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy