Class RDBMSConsistencyChecker
java.lang.Object
net.ontopia.topicmaps.cmdlineutils.rdbms.RDBMSConsistencyChecker
PUBLIC: Checks an RDBMS database holding topic map data for referential
integrity and for uniqueness of source-locators, subject-indicators
and subject-locators.
Outputs tables/fields, where the field of one table references
a field of another table with no corresponding value.
Outputs field-combinations that fail the uniqueness test.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
conn
-
out
-
-
Constructor Details
-
RDBMSConsistencyChecker
- Throws:
SQLExceptionIOException
-
-
Method Details
-
main
Check a given database for topic map consistency.. In particular, checks for referential integrity and uniqueness.- Throws:
Exception
-