LucidDbAppLib FLUSH VAR
From Eigenpedia
Syntax
CALL APPLIB.FLUSH_VAR ( context_id, var_id )
Purpose
Flushes modifications to a variable (or a context if var_id is null). Before flush, there is not guarantee that modifications have been made permanent.
Parameters
- context_id [VARCHAR(255)] - the context for the variable id that is to be flushed.
- var_id [VARCHAR(255)] - variable id used to reference the variable which is to be flushed; if this is null modifications to the context will be flushed.

