| title | isPoolable Method (SQLServerStatement) |
|---|---|
| description | isPoolable Method (SQLServerStatement) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
[!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.