Class RDBMSIndex
java.lang.Object
net.ontopia.topicmaps.impl.utils.AbstractIndex
net.ontopia.topicmaps.impl.rdbms.index.RDBMSIndex
- All Implemented Interfaces:
IndexIF
- Direct Known Subclasses:
ClassInstanceIndex,IdentifierIndex,NameIndex,OccurrenceIndex,ScopeIndex,StatisticsIndex
INTERNAL: An abstract super class used by the rdbms indexes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectexecuteQuery(String name, Object[] params) getIndex()INTERNAL: Method used by IndexManagerIF to manage index creation.protected TopicMapIF
-
Field Details
-
imanager
-
transaction
-
-
Constructor Details
-
RDBMSIndex
-
-
Method Details
-
getIndex
Description copied from class:AbstractIndexINTERNAL: Method used by IndexManagerIF to manage index creation. The idea behind this method is for the index itself to decide whether to create a new instance every time or the same one.- Specified by:
getIndexin classAbstractIndex- Returns:
- Index instance.
-
getTopicMap
-
executeQuery
-