org.openanzo.common.rdb.container
Class RDBConfiguration

java.lang.Object
  extended by org.openanzo.common.rdb.container.CoreDBConfiguration
      extended by org.openanzo.common.rdb.container.RDBConfiguration

public class RDBConfiguration
extends CoreDBConfiguration

Store configuration about RDBConnections

Author:
Matthew Roy ( mroy@cambridgesemantics.com )

Constructor Summary
RDBConfiguration(java.util.Properties oldProperties)
          Create a new RDBConfiguration based on provided properties
 
Method Summary
 
Methods inherited from class org.openanzo.common.rdb.container.CoreDBConfiguration
getBigInt, getClearOnStartup, getDBContainerName, getDriverClassName, getDropExtras, getFileLocation, getForceTempCreation, getForceTempTablePurge, getIndexSuffix, getJdbcUrl, getLiteralFalse, getLiteralTrue, getMaxIndexKeyLength, getMaxLongObjectLength, getMaxTablenameLength, getNodeCacheSize, getOptimizationString, getPassword, getQuoteChar, getRequiresUniqueTempNames, getSessionPrefix, getSmallInt, getSqlFilename, getSupportsFullouterJoins, getSupportsIsolation, getSupportsSequences, getSupportsTableLocks, getSupportsTableUnLocks, getSupportsTempForInsert, getSupportsTempOnFind, getSupportsWithClause, getTableCreateExtras, getTableLocksExtras, getTextFieldExtras, getType, getUniqueTempName, getUrlPostfix, getUrlPrefix, getUser, getUsesUppercase, getUsesUppercaseTempTables, getVarChar, setClearOnStartup, setDBContainerName, setDriverClassName, setDropExtras, setFileLocation, setForceTempCreation, setForceTempTablePurge, setJBDCUrl, setLiteralFalse, setLiteralTrue, setMaxIndexKeyLength, setMaxLongObjectLength, setMaxTablenameLength, setNodeCacheSize, setOptimizationString, setPassword, setQuoteChar, setRequiresUniqueTempNames, setSessionPrefix, setSqlFilename, setSupportsFullouterJoins, setSupportsSequences, setSupportsTableLocks, setSupportsTableUnLocks, setSupportsTempForInsert, setSupportsTempOnFind, setSupportsWithClause, setTableCreateExtras, setTableLocksExtras, setTextFieldExtras, setType, setUrlPostfix, setUrlPrefix, setUser, setUsesUppercase, setUsesUppercaseTempTables
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDBConfiguration

public RDBConfiguration(java.util.Properties oldProperties)
Create a new RDBConfiguration based on provided properties

Parameters:
oldProperties - set of properties to initialize configuration with


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.