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 SQLExceptiongetConnection
public Connection getConnection(String username, String password) throws SQLExceptiongetLogWriter
public PrintWriter getLogWriter() throws SQLException
public void setLogWriter(PrintWriter out) throws SQLException
public void setLoginTimeout(int seconds) throws SQLExceptiongetLoginTimeout
public int getLoginTimeout() throws SQLException
All Packages Class Hierarchy This Package Previous Next Index