Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
<T> ArangoCursor<T> |
ArangoDatabase.query(String query,
Map<String,Object> bindVars,
AqlQueryOptions options,
Class<T> type)
Create a cursor and return the first results
|
Modifier and Type | Method and Description |
---|---|
protected Request |
InternalArangoDatabase.queryRequest(String query,
Map<String,Object> bindVars,
AqlQueryOptions options) |
Modifier and Type | Method and Description |
---|---|
AqlQueryOptions |
AqlQueryOptions.batchSize(Integer batchSize) |
protected AqlQueryOptions |
AqlQueryOptions.bindVars(Map<String,Object> bindVars) |
static AqlQueryOptions |
OptionsBuilder.build(AqlQueryOptions options,
String query,
Map<String,Object> bindVars) |
AqlQueryOptions |
AqlQueryOptions.cache(Boolean cache) |
AqlQueryOptions |
AqlQueryOptions.count(Boolean count) |
AqlQueryOptions |
AqlQueryOptions.fullCount(Boolean fullCount) |
AqlQueryOptions |
AqlQueryOptions.maxPlans(Integer maxPlans) |
AqlQueryOptions |
AqlQueryOptions.profile(Boolean profile) |
protected AqlQueryOptions |
AqlQueryOptions.query(String query) |
AqlQueryOptions |
AqlQueryOptions.rules(Collection<String> rules) |
AqlQueryOptions |
AqlQueryOptions.ttl(Integer ttl) |
Modifier and Type | Method and Description |
---|---|
static AqlQueryOptions |
OptionsBuilder.build(AqlQueryOptions options,
String query,
Map<String,Object> bindVars) |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.