1
0
Fork 0
arangodb/Documentation/Books/AQL/Fundamentals
Simran Brucherseifer e4eeb57e30 Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
..
BindParameters.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
DataTypes.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
DocumentData.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
QueryErrors.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
QueryResults.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
README.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
Syntax.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
TypeValueOrder.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00

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.