2.134 ALL_EVALUATION_CONTEXT_VARS
ALL_EVALUATION_CONTEXT_VARS
describes the variables in the rule evaluation contexts accessible to the current user.
Related Views
-
DBA_EVALUATION_CONTEXT_VARS
describes the variables in all rule evaluation contexts in the database. -
USER_EVALUATION_CONTEXT_VARS
describes the variables in the rule evaluation contexts owned by the current user. This view does not display theEVALUATION_CONTEXT_OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the evaluation context |
|
|
|
Name of the evaluation context |
|
|
|
Name of a variable in the evaluation context |
|
|
|
Datatype of the variable |
|
|
|
Function used to retrieve the value of the variable; NULL for variables that are not implicit |
|
|
|
Function used to retrieve the result of method invocation on the variable. Such a function can speed up evaluation, if there are many simple rules that invoke the method on the variable. |
See Also: