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()
ChangelogReaderIFgetChangeType in interface ChangelogReaderIFpublic String getOrderValue()
ChangelogReaderIFgetOrderValue in interface ChangelogReaderIFpublic String[] readNext()
TupleReaderIFreadNext in interface TupleReaderIFpublic void close()
TupleReaderIFclose in interface TupleReaderIF