org.exolab.castor.jdo.drivers
public class ConnectionProxy extends Object implements Connection
Method Summary | |
---|---|
void | clearWarnings() |
void | close() |
void | commit() |
Statement | createStatement() |
Statement | createStatement(int arg0, int arg1) |
Statement | createStatement(int arg0, int arg1, int arg2) |
boolean | equals(Object arg0) |
boolean | getAutoCommit() |
String | getCatalog() |
int | getHoldability() |
DatabaseMetaData | getMetaData() |
int | getTransactionIsolation() |
Map | getTypeMap() |
SQLWarning | getWarnings() |
int | hashCode() |
boolean | isClosed() |
boolean | isReadOnly() |
String | nativeSQL(String arg0) |
static Connection | newConnectionProxy(Connection connection)
Factory method for creating a ConnectionProxy. |
static Connection | newConnectionProxy(Connection connection, String calledBy)
Factory method for creating a ConnectionProxy. |
CallableStatement | prepareCall(String arg0) |
CallableStatement | prepareCall(String arg0, int arg1, int arg2) |
CallableStatement | prepareCall(String arg0, int arg1, int arg2, int arg3) |
PreparedStatement | prepareStatement(String arg0) |
PreparedStatement | prepareStatement(String arg0, int arg1) |
PreparedStatement | prepareStatement(String arg0, int arg1, int arg2) |
PreparedStatement | prepareStatement(String arg0, int arg1, int arg2, int arg3) |
PreparedStatement | prepareStatement(String arg0, int[] arg1) |
PreparedStatement | prepareStatement(String arg0, String[] arg1) |
void | releaseSavepoint(Savepoint arg0) |
void | rollback() |
void | rollback(Savepoint arg0) |
void | setAutoCommit(boolean arg0) |
void | setCatalog(String arg0) |
void | setHoldability(int arg0) |
void | setReadOnly(boolean arg0) |
Savepoint | setSavepoint() |
Savepoint | setSavepoint(String arg0) |
void | setTransactionIsolation(int arg0) |
void | setTypeMap(Map arg0) |
String | toString() |
Throws: java.sql.SQLException
Throws: java.sql.SQLException
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Parameters: arg0 arg1
Returns:
Throws: java.sql.SQLException
Parameters: arg0 arg1 arg2
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Parameters: arg0
Returns:
Throws: java.sql.SQLException
Parameters: connection The JDBC connection to proxy.
Returns: The JDBC connection proxy.
Parameters: connection The JDBC connection to proxy. calledBy Name of the class using creating and this proxy class.
Returns: The JDBC connection proxy.
Parameters: arg0
Returns:
Throws: java.sql.SQLException
Parameters: arg0 arg1 arg2
Returns:
Throws: java.sql.SQLException
Parameters: arg0 arg1 arg2 arg3
Returns:
Throws: java.sql.SQLException
Parameters: arg0
Returns:
Throws: java.sql.SQLException
Parameters: arg0 arg1
Returns:
Throws: java.sql.SQLException
Parameters: arg0 arg1 arg2
Returns:
Throws: java.sql.SQLException
Parameters: arg0 arg1 arg2 arg3
Returns:
Throws: java.sql.SQLException
Parameters: arg0 arg1
Returns:
Throws: java.sql.SQLException
Parameters: arg0 arg1
Returns:
Throws: java.sql.SQLException
Parameters: arg0
Throws: java.sql.SQLException
Throws: java.sql.SQLException
Parameters: arg0
Throws: java.sql.SQLException
Parameters: arg0
Throws: java.sql.SQLException
Parameters: arg0
Throws: java.sql.SQLException
Parameters: arg0
Throws: java.sql.SQLException
Parameters: arg0
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Parameters: arg0
Returns:
Throws: java.sql.SQLException
Parameters: arg0
Throws: java.sql.SQLException
Parameters: arg0
Throws: java.sql.SQLException