|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InputRecordInterface
This is the required interface for any InputInterface function that returns an input record to the calling Driver. In general, null or values less than 1 indicate unsuccessful attempts to retrieve the desired record, or that the source has reached the end of input (EOF).
For this reason, the InputRecordInvalid concrete implementation is provided and an instance of this should be returned to indicate invalid data.
InputRecordInvalid| Method Summary | |
|---|---|
java.lang.String |
getRecordData()
Return the actual string data of the input record. |
long |
getRecordNumber()
Return the row# or line# of the encapsulated data. |
boolean |
isValid()
Returns TRUE if the values for recordnum and recorddata are valid. |
| Method Detail |
|---|
long getRecordNumber()
java.lang.String getRecordData()
boolean isValid()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||