Syntax
SXP_addVariableBinding(Q, name, source)
Name | Type | Description |
Q | QueryContext | The current query context.
|
name | const SXP_char* | The name of the variable.
|
source | QueryContext | Another QueryContext which has been evaluated
already. The variable will be bound to its result expression.
|
(RET) | int | The error code.
|
|