public abstract class RDBMSIndex extends AbstractIndex implements IndexIF
Modifier and Type | Field and Description |
---|---|
protected IndexManagerIF |
imanager |
protected RDBMSTopicMapTransaction |
transaction |
Constructor and Description |
---|
RDBMSIndex(IndexManagerIF imanager) |
Modifier and Type | Method and Description |
---|---|
protected Object |
executeQuery(String name,
Object[] params) |
IndexIF |
getIndex()
INTERNAL: Method used by IndexManagerIF to manage index creation.
|
protected TopicMapIF |
getTopicMap() |
protected IndexManagerIF imanager
protected RDBMSTopicMapTransaction transaction
public RDBMSIndex(IndexManagerIF imanager)
public IndexIF getIndex()
AbstractIndex
getIndex
in class AbstractIndex
protected TopicMapIF getTopicMap()