|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetadataResultSet<T extends MetadataRecord>
Has a corresponding MetadataResultType
as content.
Method Summary | |
---|---|
void |
close()
Must be invoked after using to close underlying resources, e.g. |
T |
getRecord()
Returns the MetadataRecord at the current cursor position. |
int |
getRemaining()
|
boolean |
next()
Moves the cursor down one row from its current position. |
void |
skip(int rows)
|
Method Detail |
---|
void close() throws MetadataStoreException
ResultSet
s.
MetadataStoreException
boolean next() throws MetadataStoreException
MetadataStoreException
void skip(int rows) throws MetadataStoreException
MetadataStoreException
int getRemaining() throws MetadataStoreException
MetadataStoreException
T getRecord() throws MetadataStoreException
MetadataRecord
at the current cursor position.
null
MetadataStoreException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |