All Packages Class Hierarchy This Package Previous Next Index
com.imaginary.sql.msql.MsqlPooledConnection
MsqlPooledDataSource
class name.
public void addConnectionEventListener(ConnectionEventListener cel)
public void clearWarnings() throws SQLException
public void close() throws SQLException
public void commit() throws SQLException
public Statement createStatement() throws SQLException
public Statement createStatement(int rstype, int rsconcur) throws SQLException
public boolean getAutoCommit() throws SQLException
public String getCatalog() throws SQLException
public Connection getConnection() throws SQLException
public DatabaseMetaData getMetaData() throws SQLException
public int getTransactionIsolation() throws SQLException
public SQLWarning getWarnings() throws SQLException
public boolean isClosed()
public boolean isReadOnly() throws SQLException
public String nativeSQL(String sql) throws SQLException
public CallableStatement prepareCall(String sql) throws SQLException
public CallableStatement prepareCall(String sql, int type, int concur) throws SQLException
public PreparedStatement prepareStatement(String sql) throws SQLException
public PreparedStatement prepareStatement(String sql, int type, int conc) throws SQLException
public void removeConnectionEventListener(ConnectionEventListener cel)
public void rollback() throws SQLException
public void setAutoCommit(boolean ac) throws SQLException
public void setCatalog(String cat) throws SQLException
public void setReadOnly(boolean ro) throws SQLException
public void setTransactionIsolation(int level) throws SQLException
All Packages Class Hierarchy This Package Previous Next Index