Uses of Interface
net.ontopia.topicmaps.db2tm.DataSourceIF
Packages that use DataSourceIF
Package
Description
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 DataSourceIFModifier and TypeClassDescriptionclassINTERNAL: Data source that reads CSV files from a directory.classINTERNAL: Data source that reads tables via JDBC.Fields in net.ontopia.topicmaps.db2tm with type parameters of type DataSourceIFModifier and TypeFieldDescriptionprotected final Map<String,DataSourceIF> RelationMapping.datasourcesMethods in net.ontopia.topicmaps.db2tm that return DataSourceIFMethods in net.ontopia.topicmaps.db2tm that return types with arguments of type DataSourceIFModifier and TypeMethodDescriptionRelationMapping.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 DataSourceIFModifier and TypeMethodDescriptionvoidRelationMapping.addDataSource(String id, DataSourceIF datasource)