|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.db2tm.ChangelogReaderWrapper
public class ChangelogReaderWrapper
INTERNAL: This tuple reader wraps an underlying tuple reader, and collapses a sequence of actions for the same key into a single final action. Tuples are coming through ordered by key first, then by sequence.
| Constructor Summary | |
|---|---|
ChangelogReaderWrapper(ChangelogReaderIF source,
Relation relation)
|
|
| Method Summary | |
|---|---|
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. |
java.lang.String |
getOrderValue()
INTERNAL: Returns the current order value found in the order-column. |
java.lang.String[] |
readNext()
INTERNAL: Returns the next tuple. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChangelogReaderWrapper(ChangelogReaderIF source,
Relation relation)
| Method Detail |
|---|
public ChangeType getChangeType()
ChangelogReaderIF
getChangeType in interface ChangelogReaderIFpublic java.lang.String getOrderValue()
ChangelogReaderIF
getOrderValue in interface ChangelogReaderIFpublic java.lang.String[] readNext()
TupleReaderIF
readNext in interface TupleReaderIFpublic void close()
TupleReaderIF
close in interface TupleReaderIF
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||