removeConnectionEventListener Method (SQLServerPooledConnection)

Download JDBC driver

Removes the given event listener.

Syntax

  
public void removeConnectionEventListener(javax.sql.ConnectionEventListener listener)  

Parameters

listener

A ConnectionEventListener object.

Remarks

This removeConnectionEventListener method is specified by the removeConnectionEventListener method in the javax.sql.PooledConnection interface.

See Also

SQLServerPooledConnection Methods
SQLServerPooledConnection Members
SQLServerPooledConnection Class