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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
ChangelogReaderIF |
DataSourceIF.getChangelogReader(Changelog changelog,
String startOrder)
INTERNAL: Returns a changelog reader.
|
ChangelogReaderIF |
JDBCDataSource.getChangelogReader(Changelog changelog,
String startOrder) |
ChangelogReaderIF |
CSVDataSource.getChangelogReader(Changelog changelog,
String startOrder) |
Constructor and Description |
---|
ChangelogReaderWrapper(ChangelogReaderIF source,
Relation relation) |