Derived type representing AQL query objects generated by the AQL helper functions and the AQL template string handler. These objects can be fed back into these helper functions to be inlined or merged in complex queries.
An object mapping AQL bind parameter names to their respective values.
Names of parameters representing collections are prefixed with an at-symbol.
An AQL query string.
Generated using TypeDoc
Derived type representing AQL query objects generated by the AQL helper functions and the AQL template string handler. These objects can be fed back into these helper functions to be inlined or merged in complex queries.