Modifier and Type | Method and Description |
---|---|
java.util.List<DbxRecord> |
asList()
Returns a list containing all the resulting records, loaded into memory.
|
int |
count()
Returns the number of records in this query result.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
hasResults()
Returns whether this result includes any records.
|
java.util.Iterator<DbxRecord> |
iterator()
Returns an iterator which can be used to enumerate the resulting records.
|
java.lang.String |
toString() |
public boolean hasResults()
public int count()
public java.util.Iterator<DbxRecord> iterator()
public java.util.List<DbxRecord> asList()
DbxTable.QueryResult.iterator()
.
Modifying the list won't cause records to be inserted or deleted in the datastore.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object