Method Summary |
|
protected void | checkClosed() |
public void | clearWarnings() Passes call to method on physical connection instance. |
public java.sql.PreparedStatement | clientPrepare(String sql) |
public java.sql.PreparedStatement | clientPrepare(String sql, int resultSetType, int resultSetConcurrency) |
public void | close() The physical connection is not actually closed. |
protected void | close(boolean fireClosedEvent) |
public void | commit() Passes call to method on physical connection instance. |
public java.sql.Statement | createStatement() Passes call to method on physical connection instance. |
public java.sql.Statement | createStatement(int resultSetType, int resultSetConcurrency) Passes call to method on physical connection instance. |
public java.sql.Statement | createStatement(int arg0, int arg1, int arg2) |
public boolean | getAutoCommit() Passes call to method on physical connection instance. |
public String | getCatalog() Passes call to method on physical connection instance. |
public int | getHoldability() |
public long | getIdleFor() Allows clients to determine how long this connection has been idle. |
protected static ConnectionWrapper | getInstance(MysqlPooledConnection mysqlPooledConnection, ConnectionImpl mysqlConnection, boolean forXa) |
public java.sql.DatabaseMetaData | getMetaData() Passes call to method on physical connection instance. |
public int | getTransactionIsolation() Passes call to method on physical connection instance. |
public java.util.Map | getTypeMap() Passes call to method on physical connection instance. |
public java.sql.SQLWarning | getWarnings() Passes call to method on physical connection instance. |
public boolean | isClosed() Passes call to method on physical connection instance. |
protected boolean | isInGlobalTx() |
public boolean | isMasterConnection() |
public boolean | isReadOnly() Passes call to method on physical connection instance. |
public boolean | isSameResource(Connection c) |
public String | nativeSQL(String sql) Passes call to method on physical connection instance. |
public void | ping() |
public java.sql.CallableStatement | prepareCall(String sql) Passes call to method on physical connection instance. |
public java.sql.CallableStatement | prepareCall(String sql, int resultSetType, int resultSetConcurrency) Passes call to method on physical connection instance. |
public java.sql.CallableStatement | prepareCall(String arg0, int arg1, int arg2, int arg3) |
public java.sql.PreparedStatement | prepareStatement(String sql) Passes call to method on physical connection instance. |
public java.sql.PreparedStatement | prepareStatement(String sql, int resultSetType, int resultSetConcurrency) Passes call to method on physical connection instance. |
public java.sql.PreparedStatement | prepareStatement(String arg0, int arg1, int arg2, int arg3) |
public java.sql.PreparedStatement | prepareStatement(String arg0, int arg1) |
public java.sql.PreparedStatement | prepareStatement(String arg0, int[] arg1) |
public java.sql.PreparedStatement | prepareStatement(String arg0, String[] arg1) |
public void | releaseSavepoint(Savepoint arg0) |
public void | rollback() Passes call to method on physical connection instance. |
public void | rollback(Savepoint arg0) |
public void | setAutoCommit(boolean autoCommit) Passes call to method on physical connection instance. |
public void | setCatalog(String catalog) Passes call to method on physical connection instance. |
public void | setHoldability(int arg0) |
protected void | setInGlobalTx(boolean flag) |
public void | setReadOnly(boolean readOnly) Passes call to method on physical connection instance. |
public java.sql.Savepoint | setSavepoint() |
public java.sql.Savepoint | setSavepoint(String arg0) |
public void | setTransactionIsolation(int level) Passes call to method on physical connection instance. |
public void | setTypeMap(java.util.Map map) Passes call to method on physical connection instance. |