Package net.ontopia.topicmaps.impl.rdbms
Class RDBMSStoreFactory
java.lang.Object
net.ontopia.topicmaps.impl.rdbms.RDBMSStoreFactory
- All Implemented Interfaces:
TopicMapStoreFactoryIF
PUBLIC: The RDBMS TopicMapStoreFactoryIF implementation.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRDBMSStoreFactory(long topicmap_id) RDBMSStoreFactory(String propfile) RDBMSStoreFactory(String propfile, long topicmap_id) RDBMSStoreFactory(Map properties) RDBMSStoreFactory(Map properties, long topicmap_id) RDBMSStoreFactory(StorageIF storage) RDBMSStoreFactory(StorageIF storage, long topicmap_id) -
Method Summary
Modifier and TypeMethodDescriptionPUBLIC: Creates a topic map store object.
-
Field Details
-
topicmap_id
protected long topicmap_id -
propfile
-
properties
-
storage
-
-
Constructor Details
-
RDBMSStoreFactory
public RDBMSStoreFactory() -
RDBMSStoreFactory
public RDBMSStoreFactory(long topicmap_id) -
RDBMSStoreFactory
-
RDBMSStoreFactory
-
RDBMSStoreFactory
-
RDBMSStoreFactory
-
RDBMSStoreFactory
-
RDBMSStoreFactory
-
-
Method Details
-
createStore
Description copied from interface:TopicMapStoreFactoryIFPUBLIC: Creates a topic map store object.- Specified by:
createStorein interfaceTopicMapStoreFactoryIF- Returns:
- An object implementing TopicMapStoreIF
-