PostParseAqlQueryResponse Properties |
The PostParseAqlQueryResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| Ast |
Tree of data nodes providing information about the query.
| |
| BindVars |
Contains the binding variables involved in the query.
| |
| Code |
The HTTP status code.
(Inherited from ResponseBase.) | |
| Collections |
Contains the names of the collections that are involved in the query.
| |
| Error |
Indicates whether an error occurred
(Inherited from ResponseBase.) | |
| ErrorMessage |
When the query is invalid this will contain the error message.
| |
| ErrorNum |
When the query is invalid this will contain the error number.
| |
| Parsed |
Indicates that the query was successfully parsed.
|