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