com.partnersoft.sql
Class DatabaseConnectionConfig

java.lang.Object
  extended by com.partnersoft.sql.SqlDatabase
      extended by com.partnersoft.sql.DatabaseConnectionConfig
All Implemented Interfaces:
Coggable

public class DatabaseConnectionConfig
extends SqlDatabase

This class has been replaced with SqlDatabase and is only present for backwards compatibility.

Copyright 2000-2006 Partner Software, Inc. All rights reserved.

Version:
$Id: DatabaseConnectionConfig.java 2044 2009-08-22 22:11:09Z paul $
Author:
Paul Reavis

Constructor Summary
DatabaseConnectionConfig()
          Create a new DatabaseConnectionConfig.
DatabaseConnectionConfig(Cog state)
           
 
Method Summary
 
Methods inherited from class com.partnersoft.sql.SqlDatabase
getDatabase, getDriver, getPassword, getPath, getProperties, getServer, getType, getUrl, getUser, openConnection, setDatabase, setDriver, setPassword, setPath, setPath, setProperties, setServer, setType, setUrl, setUser, toCog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseConnectionConfig

public DatabaseConnectionConfig()
Create a new DatabaseConnectionConfig.


DatabaseConnectionConfig

public DatabaseConnectionConfig(Cog state)