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

isClosed Method (SQLServerStatement)

SQL Server 2012

Indicates whether this SQLServerStatement object has been closed.


public boolean isClosed()

true if this SQLServerStatement object is closed, false if it is still open.

This isClosed method is specified by the isClosed method in the java.sql.Statement interface.

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