Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.15 KB

File metadata and controls

38 lines (29 loc) · 1.15 KB
title getStatementPoolingCacheSize Method (SQLServerDataSource) | Microsoft Docs
ms.custom
ms.date 01/19/2018
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
ms.assetid
author David-Engel
ms.author v-daenge

getStatementPoolingCacheSize Method (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

Returns the value of statementPoolingCacheSize connection property. Returns the size of the prepared statement cache for this connection. '0' means caching not enabled.

Syntax

public boolean getStatementPoolingCacheSize();  

Return Value

The int value of the statementPoolingCacheSize connection property.

Exceptions

SQLServerException

Remarks

This method is available from JDBC driver version 6.4 and onward.

See Also

SQLServerDataSource Members
SQLServerDataSource Class