List of usage examples for javax.sql DataSource interface-usage
From source file org.onecmdb.core.utils.transform.jdbc.ClassLoaderBasicDataSource.java
public class ClassLoaderBasicDataSource implements DataSource { private ClassLoader driverLoader; public void setDriverClassLoader(ClassLoader loader) { this.driverLoader = loader;
From source file org.apache.struts.legacy.GenericDataSource.java
/**
* <p>Generic data source implementation of the <code>DataSource</code>
* interface. <b>WARNING</b> - This implementation does not know how to
* provide connections with different username/password combinations.
* Calling this version of the implementation using the
* getConnection(username,password) signature will throw an exception.</p>
From source file com.frameworkset.commons.dbcp2.BasicDataSource.java
/**
* <p>Basic implementation of <code>javax.sql.DataSource</code> that is
* configured via JavaBeans properties. This is not the only way to
* combine the <em>commons-dbcp</em> and <em>commons-pool</em> packages,
* but provides a "one stop shopping" solution for basic requirements.</p>
*
From source file org.orbisgis.corejdbc.internal.ReadRowSetImpl.java
/** * RowSet implementation that can be only linked with a table (or view). * * @author Nicolas Fortin */ public class ReadRowSetImpl extends AbstractRowSet
From source file JDBCPool.dbcp.demo.sourcecode.BasicDataSource.java
/**
* <p>Basic implementation of <code>javax.sql.DataSource</code> that is
* configured via JavaBeans properties. This is not the only way to
* combine the <em>commons-dbcp</em> and <em>commons-pool</em> packages,
* but provides a "one stop shopping" solution for basic requirements.</p>
*