--- title: "SQLServerPooledConnection Members | Microsoft Docs" ms.custom: "" ms.date: "01/19/2017" ms.prod: sql ms.prod_service: connectivity ms.reviewer: "" ms.technology: connectivity ms.topic: conceptual ms.assetid: 8aa2b24d-68ed-488f-ad33-e2c688f945cc author: David-Engel ms.author: v-daenge --- # SQLServerPooledConnection Members [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] The following tables list the members that are exposed by the [SQLServerPooledConnection](../../../connect/jdbc/reference/sqlserverpooledconnection-class.md) class. ## Constructors None. ## Fields None. ## Inherited Fields None. ## Methods |Name|Description| |----------|-----------------| |[addConnectionEventListener](../../../connect/jdbc/reference/addconnectioneventlistener-method-sqlserverpooledconnection.md)|Registers the given event listener so that it will be notified when an event occurs on this [SQLServerPooledConnection](../../../connect/jdbc/reference/sqlserverpooledconnection-class.md) object.| |[close](../../../connect/jdbc/reference/close-method-sqlserverpooledconnection.md)|Closes the physical connection that this [SQLServerPooledConnection](../../../connect/jdbc/reference/sqlserverpooledconnection-class.md) object represents.| |[getConnection](../../../connect/jdbc/reference/getconnection-method-sqlserverpooledconnection.md)|Creates an object handle for the physical connection that this [SQLServerPooledConnection](../../../connect/jdbc/reference/sqlserverpooledconnection-class.md) object represents.| |[removeConnectionEventListener](../../../connect/jdbc/reference/removeconnectioneventlistener-method-sqlserverpooledconnection.md)|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](../../../connect/jdbc/reference/sqlserverpooledconnection-class.md)