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 RecordSet
RecordSchema
that applies to the records in this RecordSetjava.io.IOException
public Record next() throws java.io.IOException
public void pushback(Record record)
public boolean isAnotherRecord() throws java.io.IOException
java.io.IOException