| CurrentDatetime provides execution support for ensuring
that the current datetime is evaluated only once for a
statement. The same value is returned for every
CURRENT_DATE, CURRENT_TIME, and CURRENT_TIMESTAMP in the
statement.
This is expected to be used by an activation and its
result set, and so 'forget' must be called whenever you
want to reuse the CurrentDatetime object for additional
executions of the statement.
author: ames |