1
0
Fork 0
arangodb/Documentation/Books/AQL/Fundamentals
Simran Brucherseifer e363290a66 Enhance description of bind parameters 2016-07-18 12:15:35 +02: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 Re-organize Users and AQL documentation 2016-05-02 15:53:13 +02:00
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 Re-organize Users and AQL documentation 2016-05-02 15:53:13 +02:00
Syntax.mdpp adjusted documentation after limit change 2016-06-30 13:45:22 +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.