|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jst.jsf.common.metadata.query.EmptyResultSet
public final class EmptyResultSet
Implementation of an empty result set
Provisional API - subject to change
Constructor Summary | |
---|---|
EmptyResultSet()
|
Method Summary | |
---|---|
void |
close()
Signal that the query results are no longer required allowing for any cleanup that may be required Once a resultset is closed, a MetaDataException should be thrown if the next() or hasNext() is called. |
java.util.List |
getResults()
|
boolean |
isClosed()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmptyResultSet()
Method Detail |
---|
public void close()
IResultSet
close
in interface IResultSet
public java.util.List getResults() throws MetaDataException
getResults
in interface IResultSet
MetaDataException
public boolean isClosed()
isClosed
in interface IResultSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |