Upravit

Sdílet prostřednictvím


addConnectionEventListener Method (SQLServerPooledConnection)

Download JDBC driver

Registers the given event listener so that it will be notified when an event occurs on this SQLServerPooledConnection object.

Syntax

  
public void addConnectionEventListener(javax.sql.ConnectionEventListener listener)  

Parameters

listener

A ConnectionEventListener object.

Remarks

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

See Also

SQLServerPooledConnection Methods
SQLServerPooledConnection Members
SQLServerPooledConnection Class