Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.06 KB

sqlserverpooledconnection-class.md

File metadata and controls

36 lines (25 loc) · 1.06 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
SQLServerPooledConnection Class
SQLServerPooledConnection Class
David-Engel
v-davidengel
01/19/2017
sql
connectivity
reference

SQLServerPooledConnection Class

[!INCLUDEDriver_JDBC_Download]

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
JDBC Driver API Reference