public interface DataRecordFetcher
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Performs any housekeeping measures required (closing files or connections
or what-have-you).
|
void |
fetchFieldNames(StringDataBuffer names)
Sets field names and, by implication, number of fields.
|
boolean |
fetchRecord(ObjectBuffer values)
Sets field values for the next record.
|
void fetchFieldNames(StringDataBuffer names)
boolean fetchRecord(ObjectBuffer values)
void close()