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 Changelog
RelationMapping. cursync
Fields in net.ontopia.topicmaps.db2tm with type parameters of type Changelog Modifier and Type Field Description protected List<Changelog>
Relation. syncs
Methods 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 void
Relation. addSync(Changelog sync)
ChangelogReaderIF
CSVDataSource. getChangelogReader(Changelog changelog, String startOrder)
ChangelogReaderIF
DataSourceIF. getChangelogReader(Changelog changelog, String startOrder)
INTERNAL: Returns a changelog reader.ChangelogReaderIF
JDBCDataSource. getChangelogReader(Changelog changelog, String startOrder)
String
CSVDataSource. getMaxOrderValue(Changelog changelog)
String
DataSourceIF. getMaxOrderValue(Changelog changelog)
INTERNAL: Returns the maximum value of the order column for the specified changelog.String
JDBCDataSource. getMaxOrderValue(Changelog changelog)
void
Relation. removeSync(Changelog sync)
-