org.deegree.observation.persistence
Class SQLObservationDatastore

java.lang.Object
  extended by org.deegree.observation.persistence.SQLObservationDatastore
All Implemented Interfaces:
ObservationDatastore
Direct Known Subclasses:
SimpleObservationDatastore

public abstract class SQLObservationDatastore
extends Object
implements ObservationDatastore

The class TODO add class documentation here.

Version:
$Revision: 26825 $, $Date: 2010-09-16 18:27:52 +0200 (Thu, 16 Sep 2010) $
Author:
Andrei Ionita, last edited by: $Author: aionita $

Field Summary
protected  Map<String,String> columnMap
           
protected  String jdbcId
           
protected  Map<String,String> optionMap
           
protected  List<Property> properties
           
protected  String tableName
           
 
Constructor Summary
SQLObservationDatastore(String jdbcId, String tableName, Map<String,String> columnMap, Map<String,String> optionMap, List<Property> properties)
           
 
Method Summary
 String getJdbcId()
           
 List<Property> getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.deegree.observation.persistence.ObservationDatastore
getObservation, getSamplingTime
 

Field Detail

jdbcId

protected final String jdbcId

tableName

protected final String tableName

columnMap

protected final Map<String,String> columnMap

optionMap

protected final Map<String,String> optionMap

properties

protected final List<Property> properties
Constructor Detail

SQLObservationDatastore

public SQLObservationDatastore(String jdbcId,
                               String tableName,
                               Map<String,String> columnMap,
                               Map<String,String> optionMap,
                               List<Property> properties)
Method Detail

getJdbcId

public String getJdbcId()

getProperties

public List<Property> getProperties()
Specified by:
getProperties in interface ObservationDatastore


Copyright © 2011. All Rights Reserved.