| java.lang.Object org.apache.derby.client.ClientPooledConnection
All known Subclasses: org.apache.derby.client.ClientPooledConnection40, org.apache.derby.client.ClientXAConnection,
rmId_ | protected int rmId_(Code) | | |
getNetXAConnection | protected NetXAConnection getNetXAConnection(ClientBaseDataSource ds, NetLogWriter logWriter, String user, String password, int rmId) throws SqlException(Code) | | creates and returns NetXAConnection.
Overwrite this method to create different version of NetXAConnection
Parameters: ds - Parameters: logWriter - Parameters: user - Parameters: password - Parameters: rmId - NetXAConnection |
nullLogicalConnection | public synchronized void nullLogicalConnection()(Code) | | |
onStatementClose | public void onStatementClose(PreparedStatement statement)(Code) | | The onStatementClose contains the logic for raising the Statement Closed
events. This method has a dummy implementation here to avoid error when
this class is compiled with jdk1.4. The class the actual implementation
in ClientPooledConnection40.
Parameters: statement - The PreparedStatement that was closed |
onStatementErrorOccurred | public void onStatementErrorOccurred(PreparedStatement statement, SQLException sqle)(Code) | | The method contains the logic for raising the Statement error occurred
events. This method has a dummy implementation here to avoid error when
this class is compiled with jdk1.4. The class the actual implementation
in ClientPooledConnection40.
Parameters: statement - The PreparedStatement that was closed Parameters: sqle - The SQLException associated with the error that causedthe invalidation of this PreparedStatement |
recycleConnection | public void recycleConnection()(Code) | | |
|
|