public class RdbmsStoreFactory extends Object implements SailFactory
SailFactory that creates RdbmsStores based on RDF
configuration data.| Modifier and Type | Field and Description |
|---|---|
static String |
SAIL_TYPE
The type of repositories that are created by this factory.
|
| Constructor and Description |
|---|
RdbmsStoreFactory() |
| Modifier and Type | Method and Description |
|---|---|
RdbmsStoreConfig |
getConfig() |
RdbmsStore |
getSail(SailImplConfig config)
Returns a Sail instance that has been initialized using the supplied
configuration data.
|
String |
getSailType()
Returns the Sail's type: openrdf:RdbmsStore.
|
public static final String SAIL_TYPE
SailFactory.getSailType(),
Constant Field Valuespublic String getSailType()
getSailType in interface SailFactorypublic RdbmsStoreConfig getConfig()
getConfig in interface SailFactorypublic RdbmsStore getSail(SailImplConfig config) throws SailConfigException
SailFactorygetSail in interface SailFactoryconfig - TODOSailConfigException - If no Sail could be created due to invalid or incomplete
configuration data.Copyright © 2001–2015 Aduna. All rights reserved.