Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Indicates whether this SQLServerStatement object has been closed.
Syntax
public boolean isClosed()
Return Value
true if this SQLServerStatement object is closed, false if it is still open.
Exceptions
Remarks
This isClosed method is specified by the isClosed method in the java.sql.Statement interface.