Expresso 5-5-0

com.jcorporate.expresso.core.misc
Class ConfigJdbc

java.lang.Object
  extended bycom.jcorporate.expresso.core.db.config.JDBCConfig
      extended bycom.jcorporate.expresso.core.misc.ConfigJdbc

public class ConfigJdbc
extends JDBCConfig

Old Digester Class. Use JDBCConfig Instead

Soon to be deprecated in favor of com.jcorporate.expresso.core.db.config.JDBCConfig

Since:
Expresso 4.0
Version:
$Revision: 1.17 $ on $Date: 2003/07/25 10:58:42 $
Author:
Michael Rimov

Field Summary
protected  ConfigJndi myJndi
          JNDI Configuration instance.
 
Fields inherited from class com.jcorporate.expresso.core.db.config.JDBCConfig
cache, checkZeroUpdate, connectFormat, createTableIndicies, dateSelectFormat, dateSelectFunction, dateTimeSelectFormat, dateTimeSelectFunction, dateTimeUpdateFormat, dateTimeUpdateFunction, dateUpdateFormat, dateUpdateFunction, dbStats, dbTest, driver, driverType, escapeHandler, escapeHandlerInstance, limitationPosition, limitationSyntax, login, nativeBlob, nativeBool, password, skipText, timeSelectFormat, timeSelectFunction, timeUpdateFormat, timeUpdateFunction, uniqueRowKeyword, url, useNullOnCreate, wildCards
 
Constructor Summary
ConfigJdbc()
           
 
Method Summary
 void addJndi(ConfigJndi newJndi)
          Add Jndi info to Jdbc
 ConfigJndi getMyJndi()
          Retrieve the JNDI configuration information
 String getUrl()
          Gets the JDBC URL
 
Methods inherited from class com.jcorporate.expresso.core.db.config.JDBCConfig
addTypeMapping, addWildcard, cache, checkZeroUpdate, createTableIndicies, dbStats, getCheckZeroUpdate, getConnectFormat, getDateSelectFormat, getDateSelectFunction, getDateTimeSelectFormat, getDateTimeSelectFunction, getDateTimeUpdateFormat, getDateTimeUpdateFunction, getDateUpdateFormat, getDateUpdateFunction, getDbTest, getDriver, getDriverType, getEscapeHandler, getEscapeHandlerClass, getLimitationPosition, getLimitationSyntax, getLogin, getPassword, getTimeSelectFormat, getTimeSelectFunction, getTimeUpdateFormat, getTimeUpdateFunction, getTypeMappings, getTypeMappingVector, getUniqueRowKeyword, getWildcards, isNativeBlob, isNativeBool, setCache, setCheckZeroUpdate, setConnectFormat, setCreateTableIndicies, setDateSelectFormat, setDateSelectFunction, setDateTimeSelectFormat, setDateTimeSelectFunction, setDateTimeUpdateFormat, setDateTimeUpdateFunction, setDateUpdateFormat, setDateUpdateFunction, setDbStats, setDbTest, setDriver, setDriverType, setEscapeHandler, setHasBooleanType, setLimitationPosition, setLimitationSyntax, setLogin, setNativeBlob, setPassword, setSkipText, setTimeSelectFormat, setTimeSelectFunction, setTimeUpdateFormat, setTimeUpdateFunction, setTypeMappings, setUniqueRowKeyword, setUrl, setUseNullOnCreate, skipText, useNullOnCreate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myJndi

protected ConfigJndi myJndi
JNDI Configuration instance.

Constructor Detail

ConfigJdbc

public ConfigJdbc()
Method Detail

getUrl

public String getUrl()
Gets the JDBC URL

Overrides:
getUrl in class JDBCConfig
Returns:
java.lang.String

addJndi

public void addJndi(ConfigJndi newJndi)
Add Jndi info to Jdbc

Parameters:
newJndi - the new JNDI Configuration information

getMyJndi

public ConfigJndi getMyJndi()
Retrieve the JNDI configuration information

Returns:

Expresso 5-5-0

Please see www.jcorporate.com for information about new Expresso releases.