|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- public interface IResultSet<T>
Results from a metadata query. The resultset should be considered valid only at the time that the query is performed. Once "closed", the resultset should not be accessed again.
Not intended to be implemented directly by clients. Developers should extend AbstractResultSet
instead.
Provisional API - subject to change
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<T> |
getResults()
|
boolean |
isClosed()
|
Method Detail |
---|
java.util.List<T> getResults() throws MetaDataException
MetaDataException
void close() throws MetaDataException
MetaDataException
boolean isClosed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |