AQL
in package
AbstractYes
Manages some AQL features
Tags
Table of Contents
Methods
- functions() : ArrayList
- Returns all registered AQL user functions.
- validateQuery() : bool
- Validates a given AQL statement
Methods
functions()
Returns all registered AQL user functions.
public
static functions(Connection $connection[, string $namespace = "" ]) : ArrayList
Parameters
- $connection : Connection
-
Connection object to use.
- $namespace : string = ""
-
Returns all registered AQL user functions from namespace 'namespace' under result.
Tags
Return values
ArrayList —ArrayList with all AQL functions from server.
validateQuery()
Validates a given AQL statement
public
static validateQuery(StatementInterface $statement, Connection $connection) : bool
Parameters
- $statement : StatementInterface
-
Statement to be validated.
- $connection : Connection
-
Connection object to use.