setvariable
Syntax
setvariable variable_name := value
Description
Sets the value of a scalar bind variable or an element of an array bind variable.
For more information, see Declaring and Setting Bind Variables in Oracle TimesTen In-Memory Database Operations Guide.
Examples
Command> setvariable myvar := 'TimesTen';