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 interfaceChangelogReaderIFINTERNAL: 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 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 TupleReaderIF Modifier and Type Method Description TupleReaderIFCSVDataSource. getReader(String relation)TupleReaderIFDataSourceIF. getReader(String relation)INTERNAL: Returns a tuple reader for the given relation.TupleReaderIFJDBCDataSource. getReader(String relation)
-