Package net.ontopia.topicmaps.impl.rdbms
Class Utils
java.lang.Object
net.ontopia.topicmaps.impl.rdbms.Utils
INTERNAL: An internal utility class that contains various utility
operations on the topic map implementation from this package.
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidclearTopicMap(TopicMapIF topicmap) INTERNAL: An internal utility class that let one delete a topic map physically from the database.protected static voiddeleteTopicMap(TopicMapIF topicmap) INTERNAL: An internal utility class that let one delete a topic map physically from the database.static voidremoveDuplicates(TopicMapIF topicmap) INTERNAL: Helper function that effectively finds duplicate characteristics and suppresses them.
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
clearTopicMap
INTERNAL: An internal utility class that let one delete a topic map physically from the database. This method will delete a topic map conforming to the database schema in OKS 1.x and 2.x.- Throws:
SQLException- Since:
- 2.1.1
-
deleteTopicMap
INTERNAL: An internal utility class that let one delete a topic map physically from the database. This method will delete a topic map conforming to the database schema in OKS 1.x and 2.x.- Throws:
SQLException- Since:
- 2.0
-
removeDuplicates
INTERNAL: Helper function that effectively finds duplicate characteristics and suppresses them.- Throws:
SQLException
-