org.deegree.observation.persistence
Class DatastoreConfiguration
java.lang.Object
org.deegree.observation.persistence.DatastoreConfiguration
public class DatastoreConfiguration
- extends Object
- Version:
- $Revision: 24362 $, $Date: 2010-05-12 15:42:07 +0200 (Wed, 12 May 2010) $
- Author:
- Oliver Tonnhofer, Andrei Ionita, last edited by: $Author: aionita $
DatastoreConfiguration
public DatastoreConfiguration(String jdbcConnId,
String tableName)
- Parameters:
jdbcConnId
- tableName
-
addToProperties
public void addToProperties(Property property)
getProperties
public List<Property> getProperties()
addToColumnMap
public void addToColumnMap(String type,
String name)
addToGenOptionsMap
public void addToGenOptionsMap(String name,
String type)
- Add an entry in the general options map.
- Parameters:
name
- type
-
getOptionValue
public String getOptionValue(String name)
- Parameters:
name
- option name
- Returns:
- the option value
getJdbcConnId
public String getJdbcConnId()
- Returns:
- the jdbcConnection
getTableName
public String getTableName()
- Returns:
- the tableName
toString
public String toString()
- Overrides:
toString
in class Object
getColumnName
public String getColumnName(String columnType)
Copyright © 2011. All Rights Reserved.