All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.xmlmiddleware.utils.Pool | +----org.xmlmiddleware.db.ConnectionPool | +----org.xmlmiddleware.db.JDBC1DataSource
public JDBC1DataSource(String driver, String url)
public Connection getConnection() throws SQLException
public Connection getConnection(String username, String password) throws SQLException
public PrintWriter getLogWriter() throws SQLException
public void setLogWriter(PrintWriter out) throws SQLException
public void setLoginTimeout(int seconds) throws SQLException
public int getLoginTimeout() throws SQLException
All Packages Class Hierarchy This Package Previous Next Index