Package | Description |
---|---|
com.arangodb |
Modifier and Type | Method and Description |
---|---|
<T> VertexCursor<T> |
ArangoDriver.executeVertexQuery(String query,
Map<String,Object> bindVars,
AqlQueryOptions aqlQueryOptions,
Class<T> clazz)
Returns vertices as a VertexCursor by a given query
|
<T> VertexCursor<T> |
ArangoDriver.graphGetVertexCursor(String graphName,
Class<T> clazz,
Object vertexExample,
GraphVerticesOptions graphVerticesOptions,
AqlQueryOptions aqlQueryOptions)
Deprecated.
use AQL instead
|
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.