Expand Minimize
This topic has not yet been rated - Rate this topic

isPoolable Method (SQLServerStatement)

SQL Server 2012

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.