Uses of Class
com.c8db.model.C8qlQueryExplainOptions
-
Packages that use C8qlQueryExplainOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of C8qlQueryExplainOptions in com.c8db
Methods in com.c8db with parameters of type C8qlQueryExplainOptions Modifier and Type Method Description C8qlExecutionExplainEntityC8Database. explainQuery(String query, Map<String,Object> bindVars, C8qlQueryExplainOptions options)Explain an AQL query and return information about it -
Uses of C8qlQueryExplainOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type C8qlQueryExplainOptions Modifier and Type Method Description C8qlExecutionExplainEntityC8DatabaseImpl. explainQuery(String query, Map<String,Object> bindVars, C8qlQueryExplainOptions options)protected RequestInternalC8Database. explainQueryRequest(String query, Map<String,Object> bindVars, C8qlQueryExplainOptions options) -
Uses of C8qlQueryExplainOptions in com.c8db.model
Methods in com.c8db.model that return C8qlQueryExplainOptions Modifier and Type Method Description C8qlQueryExplainOptionsC8qlQueryExplainOptions. allPlans(Boolean allPlans)protected C8qlQueryExplainOptionsC8qlQueryExplainOptions. bindVars(com.arangodb.velocypack.VPackSlice bindVars)static C8qlQueryExplainOptionsOptionsBuilder. build(C8qlQueryExplainOptions options, String query, com.arangodb.velocypack.VPackSlice bindVars)C8qlQueryExplainOptionsC8qlQueryExplainOptions. maxNumberOfPlans(Integer maxNumberOfPlans)protected C8qlQueryExplainOptionsC8qlQueryExplainOptions. query(String query)C8qlQueryExplainOptionsC8qlQueryExplainOptions. rules(Collection<String> rules)Methods in com.c8db.model with parameters of type C8qlQueryExplainOptions Modifier and Type Method Description static C8qlQueryExplainOptionsOptionsBuilder. build(C8qlQueryExplainOptions options, String query, com.arangodb.velocypack.VPackSlice bindVars)
-