Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
<T> ArangoCursor<T> |
ArangoDatabase.query(String query,
AqlQueryOptions options,
Class<T> type)
Performs a database query using the given
query , then returns a new ArangoCursor instance for the
result list. |
<T> ArangoCursor<T> |
ArangoDatabase.query(String query,
Map<String,Object> bindVars,
AqlQueryOptions options,
Class<T> type)
Performs a database query using the given
query and bindVars , then returns a new
ArangoCursor instance for the result list. |
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<ArangoCursorAsync<T>> |
ArangoDatabaseAsync.query(String query,
AqlQueryOptions options,
Class<T> type)
Performs a database query using the given
query , then returns a new ArangoCursor instance for the
result list. |
<T> CompletableFuture<ArangoCursorAsync<T>> |
ArangoDatabaseAsync.query(String query,
Map<String,Object> bindVars,
AqlQueryOptions options,
Class<T> type)
Performs a database query using the given
query and bindVars , then returns a new
ArangoCursor instance for the result list. |
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<ArangoCursorAsync<T>> |
ArangoDatabaseAsyncImpl.query(String query,
AqlQueryOptions options,
Class<T> type) |
<T> CompletableFuture<ArangoCursorAsync<T>> |
ArangoDatabaseAsyncImpl.query(String query,
Map<String,Object> bindVars,
AqlQueryOptions options,
Class<T> type) |
Modifier and Type | Method and Description |
---|---|
AqlQueryOptions |
AqlQueryOptions.allowDirtyRead(Boolean allowDirtyRead) |
AqlQueryOptions |
AqlQueryOptions.batchSize(Integer batchSize) |
protected AqlQueryOptions |
AqlQueryOptions.bindVars(com.arangodb.velocypack.VPackSlice bindVars) |
static AqlQueryOptions |
OptionsBuilder.build(AqlQueryOptions options,
String query,
com.arangodb.velocypack.VPackSlice bindVars) |
AqlQueryOptions |
AqlQueryOptions.cache(Boolean cache) |
AqlQueryOptions |
AqlQueryOptions.count(Boolean count) |
AqlQueryOptions |
AqlQueryOptions.failOnWarning(Boolean failOnWarning) |
AqlQueryOptions |
AqlQueryOptions.fullCount(Boolean fullCount) |
AqlQueryOptions |
AqlQueryOptions.intermediateCommitCount(Long intermediateCommitCount) |
AqlQueryOptions |
AqlQueryOptions.intermediateCommitSize(Long intermediateCommitSize) |
AqlQueryOptions |
AqlQueryOptions.maxPlans(Integer maxPlans) |
AqlQueryOptions |
AqlQueryOptions.maxRuntime(Double timeout) |
AqlQueryOptions |
AqlQueryOptions.maxTransactionSize(Long maxTransactionSize) |
AqlQueryOptions |
AqlQueryOptions.maxWarningCount(Long maxWarningCount) |
AqlQueryOptions |
AqlQueryOptions.memoryLimit(Long memoryLimit) |
AqlQueryOptions |
AqlQueryOptions.profile(Boolean profile) |
protected AqlQueryOptions |
AqlQueryOptions.query(String query) |
AqlQueryOptions |
AqlQueryOptions.rules(Collection<String> rules) |
AqlQueryOptions |
AqlQueryOptions.satelliteSyncWait(Double satelliteSyncWait) |
AqlQueryOptions |
AqlQueryOptions.shardIds(String... shardIds)
Restrict query to shards by given ids.
|
AqlQueryOptions |
AqlQueryOptions.skipInaccessibleCollections(Boolean skipInaccessibleCollections) |
AqlQueryOptions |
AqlQueryOptions.stream(Boolean stream) |
AqlQueryOptions |
AqlQueryOptions.streamTransactionId(String streamTransactionId) |
AqlQueryOptions |
AqlQueryOptions.ttl(Integer ttl) |
Modifier and Type | Method and Description |
---|---|
static AqlQueryOptions |
OptionsBuilder.build(AqlQueryOptions options,
String query,
com.arangodb.velocypack.VPackSlice bindVars) |
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.