Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GeneratedAqlQuery

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.

internal

Hierarchy

Index

Properties

Properties

bindVars

bindVars: Dict<any>

An object mapping AQL bind parameter names to their respective values.

Names of parameters representing collections are prefixed with an at-symbol.

query

query: string

An AQL query string.

Generated using TypeDoc