org.apache.commons.dbcp.DelegatingStatement A base delegating implementation of {@link Statement}. <p> All of the methods from the {@link Statement} interface simply check to see that the {@link Statement} is active, and call the corresponding method on the "delegate" provided in my constructor. <p> Extends AbandonedTrace to imp ...
org.xquark.mapper.dbms.DefaultConnectionImpl Default implementation of AbstractConnection. <p>This class is abstract because some methods like table creation are inevitably specific.</p>
org.apache.commons.dbcp.datasources.CPDSConnectionFactory A {@link PoolableObjectFactory} that creates {@link PoolableConnection}s. @author John D. McNally @version $Revision: 1.5 $ $Date: 2004/02/28 12:18:17 $ Create a new <tt>PoolableConnectionFactory</tt>. @param cpds the ConnectionPoolDataSource from which to obtain PooledConnection's ...
org.webdocwf.util.loader.generator.CreateIncludeFiles CreateIncludeFiles class creates Xml(ImportDefinition.xml) and Sql( CreateTables.sql, CreateIntegrity.sql, CreateOisAdminData.sql, CreatePrimary.sql and CreateIndex.sql) files, if the input data is database. @author Radoslav Dutina @version 1.0