org.deegree.metadata.persistence
Interface MetadataStoreProvider

All Superinterfaces:
ExtendedResourceProvider<MetadataStore>, ResourceProvider
All Known Implementing Classes:
EbrimEOMDStoreProvider, ISOMetadataStoreProvider

public interface MetadataStoreProvider
extends ExtendedResourceProvider<MetadataStore>

Implementations plug-in MetadataStores.

Version:
$Revision: 30800 $, $Date: 2011-05-12 16:49:44 +0200 (Do, 12. Mai 2011) $
Author:
Steffen Thomas, last edited by: $Author: lbuesching $

Method Summary
 String[] getCreateStatements(ConnectionManager.Type dbType)
           
 String[] getDropStatements(ConnectionManager.Type dbType)
           
 
Methods inherited from interface org.deegree.commons.config.ExtendedResourceProvider
create, getDependencies, init
 
Methods inherited from interface org.deegree.commons.config.ResourceProvider
getConfigNamespace, getConfigSchema
 

Method Detail

getCreateStatements

String[] getCreateStatements(ConnectionManager.Type dbType)
                             throws UnsupportedEncodingException,
                                    IOException
Throws:
UnsupportedEncodingException
IOException

getDropStatements

String[] getDropStatements(ConnectionManager.Type dbType)
                           throws UnsupportedEncodingException,
                                  IOException
Throws:
UnsupportedEncodingException
IOException


Copyright © 2011. All Rights Reserved.