Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.98 KB

sqlserverpooledconnection-members.md

File metadata and controls

43 lines (32 loc) · 1.98 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
SQLServerPooledConnection Members
SQLServerPooledConnection Members
David-Engel
davidengel
01/19/2017
sql
connectivity
reference

SQLServerPooledConnection Members

[!INCLUDEDriver_JDBC_Download]

The following tables list the members that are exposed by the SQLServerPooledConnection class.

Constructors

None.

Fields

None.

Inherited Fields

None.

Methods

Name Description
addConnectionEventListener Registers the given event listener so that it will be notified when an event occurs on this SQLServerPooledConnection object.
close Closes the physical connection that this SQLServerPooledConnection object represents.
getConnection Creates an object handle for the physical connection that this SQLServerPooledConnection object represents.
removeConnectionEventListener Removes the given event listener.

Inherited Methods

Class inherited from: Methods
java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait

See Also

SQLServerPooledConnection Class