Package net.ontopia.topicmaps.db2tm
package 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.
-
ClassDescriptionINTERNAL: Data carrier holding the information about a change log table from the mapping file.INTERNAL: A change log reader is a tuple reader that is used to read a change log relation.INTERNAL: This tuple reader wraps an underlying tuple reader, and collapses a sequence of actions for the same key into a single final action.INTERNAL: We used to have five change types (declared as static ints in ChangelogReaderIF), but reduced that to the current two.INTERNAL: Object used to hold contextual information while processing tuples.INTERNAL: Data source that reads CSV files from a directory.INTERNAL: Command line tool for importing comma- or semicolon separated files into a database.INTERNAL: A data source interface.PUBLIC: The driver class used to do conversions with DB2TM.INTERNAL: Thrown when configuration errors are detected by DB2TM.INTERNAL: Thrown when runtime errors occur inside DB2TM.INTERNAL: Thrown when data input errors are detected by DB2TM.INTERNAL: Relation mapping concept that represents topic or association definitions.INTERNAL: Command-line driver for DB2TM.INTERNAL: Represents an <expression-column> element in the mapping file.INTERNAL: Relation mapping concept that refers to a field definition belonging to an entity.INTERNAL: A collection of DB2TM functions intended to be used in the function-column element.INTERNAL: Virtual column that uses a function to map from old value to new value.INTERNAL: Data source that reads tables via JDBC.INTERNAL: Data source that reads tables via JDBC.INTERNAL: Virtual column that used a hash table to map from old value to new value.INTERNAL: Represents a prefix declaration.INTERNAL: Class that performs the actual db2tm processing.INTERNAL: Relation mapping concept that represents a relation definition.INTERNAL: DB2TM relation mapping definition.PUBLIC: Servlet that sets up and schedules DB2TM synchronization at regular intervals.INTERNAL: TimerTask that runs DB2TM synchronization.INTERNAL: A tuple reader is an iterator-like interface for looping through the tuples from a given relation.INTERNAL: Helper class used by DB2TM internals.INTERNAL: Interface for extracting values from tuples.INTERNAL: Virtual column that used a hash table to map from old value to new value.