Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.13 KB

ispoolable-method-sqlserverstatement.md

File metadata and controls

36 lines (26 loc) · 1.13 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
isPoolable Method (SQLServerStatement)
isPoolable Method (SQLServerStatement)
David-Engel
v-davidengel
01/19/2017
sql
connectivity
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