Uses of Interface
net.ontopia.topicmaps.db2tm.DataSourceIF
-
Packages that use DataSourceIF 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. -
-
Uses of DataSourceIF in net.ontopia.topicmaps.db2tm
Classes in net.ontopia.topicmaps.db2tm that implement DataSourceIF Modifier and Type Class Description class
CSVDataSource
INTERNAL: Data source that reads CSV files from a directory.class
JDBCDataSource
INTERNAL: Data source that reads tables via JDBC.Fields in net.ontopia.topicmaps.db2tm with type parameters of type DataSourceIF Modifier and Type Field Description protected Map<String,DataSourceIF>
RelationMapping. datasources
Methods in net.ontopia.topicmaps.db2tm that return DataSourceIF Modifier and Type Method Description DataSourceIF
RelationMapping. getDataSource(String id)
Methods in net.ontopia.topicmaps.db2tm that return types with arguments of type DataSourceIF Modifier and Type Method 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.Methods in net.ontopia.topicmaps.db2tm with parameters of type DataSourceIF Modifier and Type Method Description void
RelationMapping. addDataSource(String id, DataSourceIF datasource)
-