Method Summary |
|
public synchronized void | clearWarnings() |
public synchronized void | close() |
public synchronized void | commit() |
public Statement | createStatement() |
public synchronized Statement | createStatement(int resultSetType, int resultSetConcurrency) |
public synchronized Statement | createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability) |
public synchronized void | doPing() |
public synchronized boolean | getAutoCommit() |
public synchronized String | getCatalog() |
public synchronized Connection | getCurrentConnection() |
public synchronized int | getHoldability() |
public synchronized Connection | getMasterConnection() |
public synchronized DatabaseMetaData | getMetaData() |
public synchronized Connection | getSlavesConnection() |
public synchronized int | getTransactionIsolation() |
public synchronized Map | getTypeMap() |
public synchronized SQLWarning | getWarnings() |
public synchronized boolean | isClosed() |
public synchronized boolean | isReadOnly() |
public synchronized String | nativeSQL(String sql) |
public CallableStatement | prepareCall(String sql) |
public synchronized CallableStatement | prepareCall(String sql, int resultSetType, int resultSetConcurrency) |
public synchronized CallableStatement | prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) |
public PreparedStatement | prepareStatement(String sql) |
public synchronized PreparedStatement | prepareStatement(String sql, int autoGeneratedKeys) |
public synchronized PreparedStatement | prepareStatement(String sql, int resultSetType, int resultSetConcurrency) |
public synchronized PreparedStatement | prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) |
public synchronized PreparedStatement | prepareStatement(String sql, int[] columnIndexes) |
public synchronized PreparedStatement | prepareStatement(String sql, String[] columnNames) |
public synchronized void | releaseSavepoint(Savepoint savepoint) |
public synchronized void | rollback() |
public synchronized void | rollback(Savepoint savepoint) |
public synchronized void | setAutoCommit(boolean autoCommit) |
public synchronized void | setCatalog(String catalog) |
public synchronized void | setHoldability(int holdability) |
public synchronized void | setReadOnly(boolean readOnly) |
public synchronized Savepoint | setSavepoint() |
public synchronized Savepoint | setSavepoint(String name) |
public synchronized void | setTransactionIsolation(int level) |
public synchronized void | setTypeMap(Map arg0) |