PostParseAqlQueryResponse Class |
Namespace: ArangoDBNetStandard.AqlFunctionApi.Models
The PostParseAqlQueryResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| PostParseAqlQueryResponse | Initializes a new instance of the PostParseAqlQueryResponse class |
| 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.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |