Uses of Class
com.c8db.model.C8qlQueryOptions
-
Packages that use C8qlQueryOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of C8qlQueryOptions in com.c8db
Methods in com.c8db with parameters of type C8qlQueryOptions Modifier and Type Method Description <T> C8Cursor<T>C8Database. query(String query, C8qlQueryOptions options, Class<T> type)Performs a database query using the givenquery, then returns a newArangoCursorinstance for the result list.<T> C8Cursor<T>C8Database. query(String query, Map<String,Object> bindVars, C8qlQueryOptions options, Class<T> type)Performs a database query using the givenqueryandbindVars, then returns a newC8Cursorinstance for the result list. -
Uses of C8qlQueryOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type C8qlQueryOptions Modifier and Type Method Description <T> C8Cursor<T>C8DatabaseImpl. query(String query, C8qlQueryOptions options, Class<T> type)<T> C8Cursor<T>C8DatabaseImpl. query(String query, Map<String,Object> bindVars, C8qlQueryOptions options, Class<T> type)protected RequestInternalC8Database. queryRequest(String query, Map<String,Object> bindVars, C8qlQueryOptions options) -
Uses of C8qlQueryOptions in com.c8db.model
Methods in com.c8db.model that return C8qlQueryOptions Modifier and Type Method Description protected C8qlQueryOptionsC8qlQueryOptions. bindVars(com.arangodb.velocypack.VPackSlice bindVars)static C8qlQueryOptionsOptionsBuilder. build(C8qlQueryOptions options, String query, com.arangodb.velocypack.VPackSlice bindVars)C8qlQueryOptionsC8qlQueryOptions. cache(Boolean cache)C8qlQueryOptionsC8qlQueryOptions. count(Boolean count)C8qlQueryOptionsC8qlQueryOptions. profile(Boolean profile)protected C8qlQueryOptionsC8qlQueryOptions. query(String query)C8qlQueryOptionsC8qlQueryOptions. rules(Collection<String> rules)Methods in com.c8db.model with parameters of type C8qlQueryOptions Modifier and Type Method Description static C8qlQueryOptionsOptionsBuilder. build(C8qlQueryOptions options, String query, com.arangodb.velocypack.VPackSlice bindVars)
-