| Constructor and Description |
|---|
PushBackRecordSet(RecordSet original) |
| Modifier and Type | Method and Description |
|---|---|
RecordSchema |
getSchema() |
boolean |
isAnotherRecord() |
Record |
next() |
void |
pushback(Record record) |
public PushBackRecordSet(RecordSet original)
public RecordSchema getSchema() throws java.io.IOException
getSchema in interface RecordSetRecordSchema that applies to the records in this RecordSetjava.io.IOExceptionpublic Record next() throws java.io.IOException
public void pushback(Record record)
public boolean isAnotherRecord()
throws java.io.IOException
java.io.IOException