Retrieves whether this Statement object has been closed. A Statement is closed if the
method close has been called on it, or if it is automatically closed.
Statement object is closed; false if it is still open
SQLException | if a database access error occurs |
Diagram: Statement