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 | Interface and Description |
---|---|
interface |
ChangelogReaderIF
INTERNAL: A change log reader is a tuple reader that is used to
read a change log relation.
|
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 |
---|---|
TupleReaderIF |
DataSourceIF.getReader(String relation)
INTERNAL: Returns a tuple reader for the given relation.
|
TupleReaderIF |
JDBCDataSource.getReader(String relation) |
TupleReaderIF |
CSVDataSource.getReader(String relation) |