Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.13 KB

File metadata and controls

37 lines (27 loc) · 1.13 KB
title isPoolable Method (SQLServerStatement)
description isPoolable Method (SQLServerStatement)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

isPoolable Method (SQLServerStatement)

[!INCLUDEDriver_JDBC_Download]

Returns a value indicating if a statement can be added to the user-provided statement pool.

Syntax

  
public boolean isPoolable() throws SQLException  

Return Value

true if the statement can be added to the user-provided statement pool; false otherwise.

Exceptions

SQLServerException

Remarks

setPoolable changes the poolable behavior of an object.

See Also

SQLServerStatement Members
SQLServerStatement Class