--- title: "SQLServerPooledConnection Class | 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: 4c87e9d3-904a-4b86-90cc-3684034c86ee author: David-Engel ms.author: v-daenge --- # SQLServerPooledConnection Class [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Represents a physical database connection in a connection pool. **Package:** com.microsoft.sqlserver.jdbc **Extends:** java.lang.Object **Implements:** javax.sql.PooledConnection ## Syntax ``` public final class SQLServerPoolingDataSource ``` ## Remarks The SQLServerPooledConnection class provides methods for the connection pool manager to manage the connection pool. Applications typically do not instantiate these connections directly. ## See Also [SQLServerPooledConnection Members](../../../connect/jdbc/reference/sqlserverpooledconnection-members.md) [JDBC Driver API Reference](../../../connect/jdbc/reference/jdbc-driver-api-reference.md)