1
0
Fork 0
arangodb/Documentation/Books/AQL/Fundamentals
jsteemann 823e4224bd added SHORTEST_PATH to keywords list 2016-06-06 23:54:43 +02:00
..
BindParameters.mdpp Update links in AQL docs, some reformatting 2016-05-18 22:39:05 +02:00
DataTypes.mdpp Reformatting AQL datatypes docs 2016-05-18 03:20:48 +02:00
DocumentData.mdpp
QueryErrors.mdpp Rename Users documentation to Manual 2016-05-24 16:09:21 +02:00
QueryResults.mdpp Update links in AQL docs, some reformatting 2016-05-18 22:39:05 +02:00
README.mdpp
Syntax.mdpp added SHORTEST_PATH to keywords list 2016-06-06 23:54:43 +02:00
TypeValueOrder.mdpp Update links in AQL docs, some reformatting 2016-05-18 22:39:05 +02:00

README.mdpp

!CHAPTER 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.