org.deegree.feature.persistence.sql
Interface SQLFeatureStore

All Superinterfaces:
FeatureStore
All Known Implementing Classes:
PostGISFeatureStore

public interface SQLFeatureStore
extends FeatureStore

FeatureStore that is backed by an SQL database and provides a methods for setting up the required tables.

Version:
$Revision: 26223 $, $Date: 2010-08-29 17:27:58 +0200 (So, 29. Aug 2010) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Method Summary
 java.lang.String getConnId()
          Returns the JDBC connection id.
 java.lang.String[] getDDL()
          Returns the SQL statements for creating the database tables.
 
Methods inherited from interface org.deegree.feature.persistence.FeatureStore
acquireTransaction, destroy, getEnvelope, getLockManager, getObjectById, getSchema, init, isAvailable, query, query, queryHits, queryHits
 

Method Detail

getConnId

java.lang.String getConnId()
Returns the JDBC connection id.

Returns:
the JDBC connection id, never null

getDDL

java.lang.String[] getDDL()
Returns the SQL statements for creating the database tables.

Returns:
the SQL statements for creating the database tables, never null


Copyright © 2011. All Rights Reserved.