|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataRecordFetcher
Implements the data fetching portion of the DataRecordSource framework. This includes getting field names, if any, and then supplying field values for each record in turn.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void fetchFieldNames(StringDataBuffer names)
boolean fetchRecord(ObjectBuffer values)
void close()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||