Modifier and Type | Class and Description |
---|---|
class |
CursorRawResult.CursorIterator
internal iterator
|
Constructor and Description |
---|
CursorRawResult(String database,
InternalCursorDriver cursorDriver,
CursorEntity<com.google.gson.JsonObject> entity,
Class<?>... clazz) |
Modifier and Type | Method and Description |
---|---|
List<String> |
asList()
Returns the objects as a list
|
void |
close()
Close cursor (removes cursor from database)
|
int |
getCount()
Get total number of results (if requested)
|
int |
getFullCount()
Get total number of results for queries with LIMIT clause
|
String |
getUniqueResult()
Return a single instance that matches the query, or null if the query
returns no results.
|
List<WarningEntity> |
getWarnings()
Returns a list of AQL warnings (code and message)
|
boolean |
hasWarning()
Returns true, if there are AQL warnings
|
Iterator<String> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public CursorRawResult(String database, InternalCursorDriver cursorDriver, CursorEntity<com.google.gson.JsonObject> entity, Class<?>... clazz)
public List<String> asList()
public void close() throws ArangoException
ArangoException
public int getCount()
public int getFullCount()
public String getUniqueResult()
public boolean hasWarning()
public List<WarningEntity> getWarnings()
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.