|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IsamResult<T>
Interface IsamResult represents the result from a find operation.
Method Summary | |
---|---|
void |
close()
Close. |
T |
current()
Return current record. |
boolean |
read()
Read record. |
Method Detail |
---|
boolean read() throws IsamException, RecordException
IsamException
- if problem with ISAM source
RecordException
- if problem converting dataT current() throws IsamException, RecordException
IsamException
- if problem with ISAM source
RecordException
- if problem converting datavoid close() throws IsamException
IsamException
- if problem with ISAM source
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |