public class ChangelogReaderWrapper extends Object implements ChangelogReaderIF
Constructor and Description |
---|
ChangelogReaderWrapper(ChangelogReaderIF source,
Relation relation) |
Modifier and Type | Method and Description |
---|---|
void |
close()
INTERNAL: Releases all resources held by the tuple reader.
|
ChangeType |
getChangeType()
INTERNAL: Returns the type of change that the current tuple went
through.
|
String |
getOrderValue()
INTERNAL: Returns the current order value found in the
order-column.
|
String[] |
readNext()
INTERNAL: Returns the next tuple.
|
public ChangelogReaderWrapper(ChangelogReaderIF source, Relation relation)
public ChangeType getChangeType()
ChangelogReaderIF
getChangeType
in interface ChangelogReaderIF
public String getOrderValue()
ChangelogReaderIF
getOrderValue
in interface ChangelogReaderIF
public String[] readNext()
TupleReaderIF
readNext
in interface TupleReaderIF
public void close()
TupleReaderIF
close
in interface TupleReaderIF