| Package | Description |
|---|---|
| com.arangodb | |
| com.arangodb.async | |
| com.arangodb.async.internal |
| Modifier and Type | Method and Description |
|---|---|
AqlParseEntity |
ArangoDatabase.parseQuery(String query)
Parse an AQL query and return information about it This method is for query validation only.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AqlParseEntity> |
ArangoDatabaseAsync.parseQuery(String query)
Parse an AQL query and return information about it This method is for query validation only.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AqlParseEntity> |
ArangoDatabaseAsyncImpl.parseQuery(String query) |
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.