Package net.ontopia.topicmaps.cmdlineutils.rdbms
Provides a collection of command-line utilities for working with topic maps and relational databases.
More information about a utility's usage can be found by executing:
java net.ontopia.topicmaps.cmdlineutils.rdbms.<Utility>
-
Class Summary Class Description RDBMSConnectionInfo EXPERIMENTAL: A tool that generates a report of the database metadata as reported by the JDBC driverRDBMSConsistencyChecker PUBLIC: Checks an RDBMS database holding topic map data for referential integrity and for uniqueness of source-locators, subject-indicators and subject-locators.RDBMSDelete PUBLIC: Command line utility for deleting topic maps in a relational database system.RDBMSExport PUBLIC: Command line utility for exporting topic maps from a relational database system to files.RDBMSImport PUBLIC: Command line utility for importing topic map files into a relational database system.RDBMSIndexTool EXPERIMENTAL: A tool that inspects a database to see if the proper indexes has been created.RDBMSStatistics PUBLIC: Command line utility for generating statistics about the topic mapTranslateSourceLocators INTERNAL: Command line utility for translating the source locators in an imported topic map from their original base to the new base.