Uses of Class
com.arangodb.entity.AqlExecutionExplainEntity
-
Packages that use AqlExecutionExplainEntity Package Description com.arangodb -
-
Uses of AqlExecutionExplainEntity in com.arangodb
Methods in com.arangodb that return AqlExecutionExplainEntity Modifier and Type Method Description AqlExecutionExplainEntity
ArangoDatabase. explainQuery(String query, Map<String,Object> bindVars, AqlQueryExplainOptions options)
Explain an AQL query and return information about itMethods in com.arangodb that return types with arguments of type AqlExecutionExplainEntity Modifier and Type Method Description CompletableFuture<AqlExecutionExplainEntity>
ArangoDatabaseAsync. explainQuery(String query, Map<String,Object> bindVars, AqlQueryExplainOptions options)
Asynchronous version ofArangoDatabase.explainQuery(String, Map, AqlQueryExplainOptions)
-