Uses of Interface
net.ontopia.topicmaps.db2tm.ChangelogReaderIF
Packages that use ChangelogReaderIF
Package
Description
The implementation of and public API to the DB2TM module for
converting relational data (in CSV files or RDBMSs) to Topic Maps.
-
Uses of ChangelogReaderIF in net.ontopia.topicmaps.db2tm
Classes in net.ontopia.topicmaps.db2tm that implement ChangelogReaderIFModifier and TypeClassDescriptionclassINTERNAL: This tuple reader wraps an underlying tuple reader, and collapses a sequence of actions for the same key into a single final action.Methods in net.ontopia.topicmaps.db2tm that return ChangelogReaderIFModifier and TypeMethodDescriptionCSVDataSource.getChangelogReader(Changelog changelog, String startOrder) DataSourceIF.getChangelogReader(Changelog changelog, String startOrder) INTERNAL: Returns a changelog reader.JDBCDataSource.getChangelogReader(Changelog changelog, String startOrder) Constructors in net.ontopia.topicmaps.db2tm with parameters of type ChangelogReaderIFModifierConstructorDescriptionChangelogReaderWrapper(ChangelogReaderIF source, Relation relation)