| title | isPoolable Method (SQLServerStatement) | 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 | b8a12ac5-57cb-4288-9973-c7d5cebd197c |
| author | David-Engel |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Returns a value indicating if a statement can be added to the user-provided statement pool.
public boolean isPoolable() throws SQLException
true if the statement can be added to the user-provided statement pool; false otherwise.
setPoolable changes the poolable behavior of an object.