org.deegree.metadata.persistence
Interface GenericDatabaseExecution
- All Known Implementing Classes:
- ExecuteStatements
public interface GenericDatabaseExecution
Interface for different kinds of implementions of executing SELECT statements against a database.
- Version:
- $Revision: 27406 $, $Date: 2010-10-19 18:43:48 +0200 (Di, 19. Okt 2010) $
- Author:
- Steffen Thomas, last edited by: $Author: sthomas $
getEncoding
java.lang.String getEncoding()
executeDeleteStatement
int executeDeleteStatement(java.sql.Connection connection,
PostGISWhereBuilder builder)
throws MetadataStoreException
- Throws:
MetadataStoreException
executeGetRecords
java.sql.PreparedStatement executeGetRecords(MetadataQuery recordStoreOptions,
boolean setCount,
PostGISWhereBuilder builder,
java.sql.Connection conn)
throws MetadataStoreException
- Throws:
MetadataStoreException
Copyright © 2011. All Rights Reserved.