| Package | Description |
|---|---|
| com.arangodb | |
| com.arangodb.impl |
| Modifier and Type | Method and Description |
|---|---|
CursorRawResult |
ArangoDriver.executeAqlQueryRaw(String query,
Map<String,Object> bindVars,
AqlQueryOptions aqlQueryOptions)
This method executes an AQL query and returns a CursorRawResult.
|
CursorRawResult |
InternalCursorDriver.executeAqlQueryRaw(String database,
String query,
Map<String,Object> bindVars,
AqlQueryOptions aqlQueryOptions) |
| Modifier and Type | Method and Description |
|---|---|
CursorRawResult |
InternalCursorDriverImpl.executeAqlQueryRaw(String database,
String query,
Map<String,Object> bindVars,
AqlQueryOptions aqlQueryOptions) |
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.