Uses of Class
com.arangodb.entity.AqlQueryExplainEntity
Packages that use AqlQueryExplainEntity
-
Uses of AqlQueryExplainEntity in com.arangodb
Methods in com.arangodb that return AqlQueryExplainEntityModifier and TypeMethodDescriptionArangoDatabase.explainAqlQuery(String query, Map<String, ?> bindVars, AqlQueryExplainOptions options) Deprecated.ArangoDatabase.explainAqlQuery(String query, Map<String, ?> bindVars, ExplainAqlQueryOptions options) Explain an AQL query and return information about itMethods in com.arangodb that return types with arguments of type AqlQueryExplainEntityModifier and TypeMethodDescriptionArangoDatabaseAsync.explainAqlQuery(String query, Map<String, ?> bindVars, AqlQueryExplainOptions options) Deprecated.for removal, useArangoDatabaseAsync.explainAqlQuery(String, Map, ExplainAqlQueryOptions)insteadArangoDatabaseAsync.explainAqlQuery(String query, Map<String, ?> bindVars, ExplainAqlQueryOptions options) Asynchronous version ofArangoDatabase.explainAqlQuery(String, Map, ExplainAqlQueryOptions)
ArangoDatabase.explainAqlQuery(String, Map, ExplainAqlQueryOptions)instead