1
0
Fork 0
arangodb/Documentation/Books/AQL/Fundamentals
Wilfried Goesgens bac8fecad7 add note that keywords can't be replaced by bind parameters 2017-02-28 10:56:03 +01:00
..
BindParameters.mdpp
DataTypes.mdpp
DocumentData.mdpp
QueryErrors.mdpp
QueryResults.mdpp
README.mdpp
Syntax.mdpp
TypeValueOrder.mdpp

README.mdpp

AQL Fundamentals
================


* [AQL Syntax](Syntax.md) explains the structure of the AQL language.
* [Data Types](DataTypes.md) describes the primitive and compound data types supported by AQL.
* [Bind Parameters](BindParameters.md): AQL supports the usage of bind parameters. This allows to separate the query text from literal values used in the query. 
* [Type and value order](TypeValueOrder.md): AQL uses a set of rules (using values and types) for  equality checks and comparisons. 
* [Accessing Data from Collections](DocumentData.md): describes the impact of non-existent or null attributes for selection queries. 
* [Query Results](QueryResults.md): the result of an AQL query is an array of values. 
* [Query Errors](QueryErrors.md): errors may arise from the AQL parsing or execution.