ADOxx Documentation
Theory - Hands-On - Scenarios - Community - Development Tools
Theory
Query AdoScript
The AdoScript command "EVAL_AQL_EXPRESSION" can be used to include query functionality in AdoScript implementations. The signature of the command is detailed below:
EvalAqlExpression: EVAL_AQL_EXPRESSION expr:strValue ( modelid:intValue | modelscope )
--> RESULT ecode:intValue objids:strValue
EVAL_AQL_EXPRESSION will evaluate the AQL string specified by the argument expr.
The return variable ecode is 0 if the evaluation yielded no error.
The list of found objects or models is returned in the variable objids, separated by blanks.
In Verbindung stehende Assets:
Hands On
-
Theory & HandsOn: Query AdoScript SlideSet
-
HandsOn Query 1: Query Instances in Active Model
-
HandsOn Query 2: Query Modelattributes
-
HandsOn Query 3: Evaluate Container Instances
-
HandsOn Query 4: Combine AQL with Logical Operators
-
HandsOn Query 5: Interrref Evaluation
-
ADOxx HandsOn Library Query AdoScript (ABL Format)
-
ADOxx HandsOn Library Query AdoScript (ALL Format)