public class CassandraQueryResult
extends org.datanucleus.store.query.AbstractQueryResult
api, closed, connectionListeners, loadResultsAtCommit, query, resultSizeMethod, sizemodCount| Constructor and Description |
|---|
CassandraQueryResult(org.datanucleus.store.query.Query query,
com.datastax.driver.core.ResultSet rs) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Method to close the results, meaning that they are inaccessible after this point.
|
protected void |
closeResults()
Internal method to close the ResultSet.
|
protected void |
closingConnection() |
void |
disconnect() |
boolean |
equals(Object o) |
Object |
get(int index) |
int |
hashCode() |
void |
initialise() |
Iterator |
iterator() |
ListIterator |
listIterator() |
add, add, addAll, addConnectionListener, assertIsOpen, clear, contains, containsAll, getSizeUsingMethod, indexOf, isEmpty, isOpen, lastIndexOf, remove, set, size, subList, toArray, toArraylistIterator, removeRangeaddAll, remove, removeAll, retainAll, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, parallelStream, remove, removeAll, removeIf, retainAll, spliterator, streamaddAll, remove, removeAll, replaceAll, retainAll, sort, spliteratorpublic CassandraQueryResult(org.datanucleus.store.query.Query query,
com.datastax.driver.core.ResultSet rs)
public void initialise()
protected void closingConnection()
closingConnection in class org.datanucleus.store.query.AbstractQueryResultpublic void disconnect()
disconnect in interface org.datanucleus.store.query.QueryResultdisconnect in class org.datanucleus.store.query.AbstractQueryResultpublic void close()
close in interface org.datanucleus.store.query.QueryResultclose in class org.datanucleus.store.query.AbstractQueryResultprotected void closeResults()
closeResults in class org.datanucleus.store.query.AbstractQueryResultpublic boolean equals(Object o)
equals in interface Collectionequals in interface Listequals in class org.datanucleus.store.query.AbstractQueryResultpublic int hashCode()
hashCode in interface CollectionhashCode in interface ListhashCode in class org.datanucleus.store.query.AbstractQueryResultpublic Object get(int index)
public Iterator iterator()
public ListIterator listIterator()
listIterator in interface ListlistIterator in class org.datanucleus.store.query.AbstractQueryResultCopyright © 2017. All rights reserved.