Uses of Interface
net.ontopia.topicmaps.db2tm.TupleReaderIF
-
Packages that use TupleReaderIF 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 TupleReaderIF in net.ontopia.topicmaps.db2tm
Subinterfaces of TupleReaderIF in net.ontopia.topicmaps.db2tm Modifier and Type Interface Description interface
ChangelogReaderIF
INTERNAL: A change log reader is a tuple reader that is used to read a change log relation.Classes in net.ontopia.topicmaps.db2tm that implement TupleReaderIF Modifier and Type Class Description 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.Methods in net.ontopia.topicmaps.db2tm that return TupleReaderIF Modifier and Type Method Description TupleReaderIF
CSVDataSource. getReader(String relation)
TupleReaderIF
DataSourceIF. getReader(String relation)
INTERNAL: Returns a tuple reader for the given relation.TupleReaderIF
JDBCDataSource. getReader(String relation)
-