| 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.
|
| Class and Description |
|---|
| Changelog
INTERNAL: Data carrier holding the information about a change log
table from the mapping file.
|
| ChangelogReaderIF
INTERNAL: A change log reader is a tuple reader that is used to
read a change log relation.
|
| ChangeType
INTERNAL: We used to have five change types (declared as static
ints in ChangelogReaderIF), but reduced that to the current two.
|
| Context
INTERNAL: Object used to hold contextual information while
processing tuples.
|
| DataSourceIF
INTERNAL: A data source interface.
|
| DB2TMException
INTERNAL: Thrown when runtime errors occur inside DB2TM.
|
| Entity
INTERNAL: Relation mapping concept that represents topic or
association definitions.
|
| ExpressionVirtualColumn
INTERNAL: Represents an <expression-column> element in the
mapping file.
|
| Field
INTERNAL: Relation mapping concept that refers to a field
definition belonging to an entity.
|
| Prefix
INTERNAL: Represents a prefix declaration.
|
| Relation
INTERNAL: Relation mapping concept that represents a relation
definition.
|
| RelationMapping
INTERNAL: DB2TM relation mapping definition.
|
| SynchronizationTask
INTERNAL: TimerTask that runs DB2TM synchronization.
|
| TupleReaderIF
INTERNAL: A tuple reader is an iterator-like interface for looping
through the tuples from a given relation.
|
| ValueIF
INTERNAL: Interface for extracting values from tuples.
|