Method Summary |
|
public void | addPropertyChangeListener(PropertyChangeListener listener) Add a listener for property change events. |
public void | close() |
public void | commit() |
public Statement | createStatement() |
public boolean | getAutoCommit() |
public String | getCatalog() |
public boolean | getCommitOnClose() |
public Connection | getConnection() |
public SQLDriverPropertyCollection | getConnectionProperties() Retrieve the properties specified when connection was opened. |
public ISQLDriver | getSQLDriver() |
public SQLDatabaseMetaData | getSQLMetaData() Retrieve the metadata for this connection. |
public Date | getTimeClosed() Retrieve the time that this connection was closed. |
public Date | getTimeOpened() Retrieve the time that this connection was opened. |
public int | getTransactionIsolation() |
public SQLWarning | getWarnings() |
public PreparedStatement | prepareStatement(String sql) |
public void | removePropertyChangeListener(PropertyChangeListener listener) Remove a property change listener. |
public void | rollback() |
public void | setAutoCommit(boolean value) |
public void | setCatalog(String catalogName) |
public void | setCommitOnClose(boolean value) |
public void | setTransactionIsolation(int value) |
protected void | validateConnection() |