Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
com.arangodb.util |
Modifier and Type | Method and Description |
---|---|
protected ArangoCursorIterator<T> |
ArangoCursor.createIterator(ArangoCursor<T> cursor,
InternalArangoDatabase<?,?,?,?> db,
ArangoCursorExecute execute,
CursorEntity result,
HostHandle hostHandle) |
Constructor and Description |
---|
ArangoCursor(InternalArangoDatabase<?,?,?,?> db,
ArangoCursorExecute execute,
Class<T> type,
CursorEntity result) |
Constructor and Description |
---|
ArangoCursorIterator(ArangoCursor<T> cursor,
ArangoCursorExecute execute,
InternalArangoDatabase<?,?,?,?> db,
CursorEntity result,
HostHandle hostHandle) |
Modifier and Type | Method and Description |
---|---|
<T> ArangoCursor<T> |
ArangoCursorInitializer.createInstance(InternalArangoDatabase<?,?,?,?> db,
ArangoCursorExecute execute,
Class<T> type,
CursorEntity result) |
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.