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 |
CSVDataSource
INTERNAL: Data source that reads CSV files from a directory.
|
class |
JDBCDataSource
INTERNAL: Data source that reads tables via JDBC.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,DataSourceIF> |
RelationMapping.datasources |
Modifier and Type | Method and Description |
---|---|
DataSourceIF |
RelationMapping.getDataSource(String id) |
Modifier and Type | Method and Description |
---|---|
Collection<DataSourceIF> |
RelationMapping.getDataSources() |
static Map<DataSourceIF,Collection<Relation>> |
Utils.verifyRelationsForMapping(RelationMapping rmapping)
INTERNAL: Returns a map where the keys are data sources and each
entry is a collection of their individual relations.
|
Modifier and Type | Method and Description |
---|---|
void |
RelationMapping.addDataSource(String id,
DataSourceIF datasource) |