Query.Statement.isOpen()

Signature

boolean isOpen(String statementName)

Domain

ACTION, CONDITION

Description

Checks if a statement is open.

Parameters

NameTypeDescription
statementNameStringname of the statement.

Returns

TypeDescription
booleantrue if and only if the statement is open.

Cautions

none