Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AqlQuery

Generic AQL query object consisting of an AQL query string and its bind parameters.

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