Uses of Interface
net.ontopia.topicmaps.db2tm.ChangelogReaderIF
-
Packages that use ChangelogReaderIF Package Description net.ontopia.topicmaps.db2tm 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 ChangelogReaderIF Modifier and Type Class Description classChangelogReaderWrapperINTERNAL: 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 ChangelogReaderIF Modifier and Type Method Description ChangelogReaderIFCSVDataSource. getChangelogReader(Changelog changelog, String startOrder)ChangelogReaderIFDataSourceIF. getChangelogReader(Changelog changelog, String startOrder)INTERNAL: Returns a changelog reader.ChangelogReaderIFJDBCDataSource. getChangelogReader(Changelog changelog, String startOrder)Constructors in net.ontopia.topicmaps.db2tm with parameters of type ChangelogReaderIF Constructor Description ChangelogReaderWrapper(ChangelogReaderIF source, Relation relation)
-