LucidDbAppLib SET VAR

From Eigenpedia

Jump to: navigation, search

Syntax

CALL APPLIB.SET_VAR ( context_id, var_id, new_value )

Purpose

Sets the value for a variable; var_id must not be null and must reference a previously created variable.

Parameters

  • context_id [VARCHAR(255)] - the context for the variable id.
  • var_id [VARCHAR(255)] - variable id used to reference the variable; this must not be null.
  • new_value [VARCHAR(65535)] - the new value that variable will be set to.
Personal tools