Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AqlLiteral

An object representing a trusted AQL literal that will be inlined directly when used in an AQL template or passed to AQL helper functions.

Arbitrary values can be converted to trusted AQL literals by passing them to the aql.literal helper function.

Hierarchy

  • AqlLiteral

Index

Properties

Properties

toAQL

toAQL: () => string
internal

Returns a string representation of this AQL literal that can be inlined in an AQL template.

Type declaration

    • (): string
    • Returns string

Generated using TypeDoc