Uses of Class
net.ontopia.topicmaps.db2tm.Changelog
-
Packages that use Changelog 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 Changelog in net.ontopia.topicmaps.db2tm
Fields in net.ontopia.topicmaps.db2tm declared as Changelog Modifier and Type Field Description protected ChangelogRelationMapping. cursyncFields in net.ontopia.topicmaps.db2tm with type parameters of type Changelog Modifier and Type Field Description protected List<Changelog>Relation. syncsMethods in net.ontopia.topicmaps.db2tm that return types with arguments of type Changelog Modifier and Type Method Description List<Changelog>Relation. getSyncs()Methods in net.ontopia.topicmaps.db2tm with parameters of type Changelog Modifier and Type Method Description voidRelation. addSync(Changelog sync)ChangelogReaderIFCSVDataSource. getChangelogReader(Changelog changelog, String startOrder)ChangelogReaderIFDataSourceIF. getChangelogReader(Changelog changelog, String startOrder)INTERNAL: Returns a changelog reader.ChangelogReaderIFJDBCDataSource. getChangelogReader(Changelog changelog, String startOrder)StringCSVDataSource. getMaxOrderValue(Changelog changelog)StringDataSourceIF. getMaxOrderValue(Changelog changelog)INTERNAL: Returns the maximum value of the order column for the specified changelog.StringJDBCDataSource. getMaxOrderValue(Changelog changelog)voidRelation. removeSync(Changelog sync)
-