public class DetachedResultSet extends AbstractResultSet
| Constructor and Description |
|---|
DetachedResultSet(ResultSet resultSet)
Detached result set based on that provided
|
| Modifier and Type | Method and Description |
|---|---|
ChildAssociationRef |
getChildAssocRef(int n) |
NodeRef |
getNodeRef(int n) |
long |
getNumberFound() |
ResultSetMetaData |
getResultSetMetaData() |
ResultSetRow |
getRow(int i) |
int |
getStart() |
boolean |
hasMore() |
Iterator<ResultSetRow> |
iterator() |
int |
length() |
close, getBulkFetch, getBulkFetchSize, getChildAssocRefs, getFacetQueries, getFieldFacet, getHighlighting, getNodeRefs, getScore, getSpellCheckResult, setBulkFetch, setBulkFetchSizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic DetachedResultSet(ResultSet resultSet)
resultSet - ResultSetpublic int length()
public NodeRef getNodeRef(int n)
public ResultSetRow getRow(int i)
public Iterator<ResultSetRow> iterator()
public ChildAssociationRef getChildAssocRef(int n)
public ResultSetMetaData getResultSetMetaData()
public int getStart()
public boolean hasMore()
public long getNumberFound()
Copyright © 2005–2020 Alfresco Software. All rights reserved.