public interface IsamResult<T>
Modifier and Type | Method and Description |
---|---|
void |
close()
Close.
|
T |
current()
Return current record.
|
boolean |
read()
Read record.
|
boolean read() throws IsamException, RecordException
IsamException
- if problem with ISAM sourceRecordException
- if problem converting dataT current() throws IsamException, RecordException
IsamException
- if problem with ISAM sourceRecordException
- if problem converting datavoid close() throws IsamException
IsamException
- if problem with ISAM source