|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.feature.persistence.sql.SQLFeatureStoreProvider
public class SQLFeatureStoreProvider
FeatureStoreProvider
for SQLFeatureStore
implementations.
This FeatureStoreProvider
needs registered SQLDialectProvider
implementations in order to actually
create SQLFeatureStore
instances.
Constructor Summary | |
---|---|
SQLFeatureStoreProvider()
|
Method Summary | |
---|---|
SQLFeatureStore |
create(URL configURL)
|
String |
getConfigNamespace()
Returns the namespace for configuration documents that this provider handles. |
URL |
getConfigSchema()
Returns the URL for retrieving the configuration document schema. |
String[] |
getDDL()
Returns the SQL statements for creating the database tables. |
Class<? extends ResourceManager>[] |
getDependencies()
|
void |
init(DeegreeWorkspace workspace)
Will be called before any call to #create. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SQLFeatureStoreProvider()
Method Detail |
---|
public String getConfigNamespace()
ResourceProvider
getConfigNamespace
in interface ResourceProvider
null
public URL getConfigSchema()
ResourceProvider
getConfigSchema
in interface ResourceProvider
null
public SQLFeatureStore create(URL configURL) throws ResourceInitException
create
in interface ExtendedResourceProvider<FeatureStore>
null
ResourceInitException
public String[] getDDL()
null
public void init(DeegreeWorkspace workspace)
ExtendedResourceProvider
init
in interface ExtendedResourceProvider<FeatureStore>
public Class<? extends ResourceManager>[] getDependencies()
getDependencies
in interface ExtendedResourceProvider<FeatureStore>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |