com.cafesoft.core.jdbc
Interface ConnectionConfig

All Known Implementing Classes:
StandardConnectionConfig

public interface ConnectionConfig

Interface for a configuration object that is used to configure a Connection

Since:
10/31/02
See Also:
ConnectionPool

Method Summary
 Driver getDriver()
          Get the database Driver
 String getPassword()
          Get the Password
 String getUrl()
          Get the Url of the database
 String getUser()
          Get the User
 

Method Detail

getUrl

public String getUrl()
Get the Url of the database

Returns:
the database's URL

getDriver

public Driver getDriver()
Get the database Driver

Returns:
the database Driver

getUser

public String getUser()
Get the User

Returns:
the user used to connect to the database

getPassword

public String getPassword()
Get the Password

Returns:
the password used to connect to the database


Generated on 8:41:50 AM June 06, 2005, © 1996-2005 Cafésoft LLC. All rights reserved.