Uses of Class
net.ontopia.topicmaps.impl.rdbms.RDBMSTopicMapStore
-
Packages that use RDBMSTopicMapStore Package Description net.ontopia.topicmaps.impl.rdbms Relational database implementation of the core topic map interfaces. -
-
Uses of RDBMSTopicMapStore in net.ontopia.topicmaps.impl.rdbms
Fields in net.ontopia.topicmaps.impl.rdbms declared as RDBMSTopicMapStore Modifier and Type Field Description protected RDBMSTopicMapStore
RDBMSTopicMapReference. rostore
protected RDBMSTopicMapStore
TopicEvents. store
Methods in net.ontopia.topicmaps.impl.rdbms that return RDBMSTopicMapStore Modifier and Type Method Description protected RDBMSTopicMapStore
RDBMSTopicMapReference. _createStore(boolean readonly)
Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type RDBMSTopicMapStore Constructor Description TopicEvents(RDBMSTopicMapStore store)
-