1
0
Fork 0
arangodb/Documentation/Books/AQL/Fundamentals
Jan Steemann b2222cf69e issue #1778 2016-11-17 11:19:12 +01:00
..
BindParameters.mdpp Enhance description of bind parameters 2016-07-18 12:15:35 +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 issue #1778 2016-11-17 11:19:12 +01:00
TypeValueOrder.mdpp added new features, cleanup SSL 2016-10-18 23:08:51 +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.