Query.Statement.getSnapshotRequired()

Signature

boolean getSnapshotRequired(String statementName, String alias)

Domain

ACTION

Description

Checks if the statement will make a snapshot, or not, for an item in the FROM, at execution time, for continuous queries.

Parameters

NameTypeDescription
statementNameStringname of the statement.
aliasStringalias of a item in the FROM of the statement.

Returns

TypeDescription
trueif and only if the statement will make a snapshot, or not, for an item in the FROM, at execution time.

Cautions

none