org.deegree.services.wfs.configuration
Interface Connection

All Known Implementing Classes:
Connection_Impl

public interface Connection

The interface describes the connection to a database

---------------------------------------------------------------------

Version:
$Revision: 1.2 $ $Date: 2002/11/13 16:55:24 $
Author:
Andreas Poth

Method Summary
 java.lang.String getDriver()
          returns the name of the jdbc driver class
 java.lang.String getLogon()
          returns the logon (address, port etc.) to a database
 java.lang.String getPassword()
          returns the users's password
 java.lang.String getSDEDatabase()
          returns the name of the sde database that is assigned to a SDE connection.
 java.lang.String getSpatialVersion()
          returns the version number of the spatial extension if an Oracle Spatial database is used.
 java.lang.String getUser()
          returns the name of the user who shall be used for connecting a database
 

Method Detail

getDriver

public java.lang.String getDriver()
returns the name of the jdbc driver class


getLogon

public java.lang.String getLogon()
returns the logon (address, port etc.) to a database


getUser

public java.lang.String getUser()
returns the name of the user who shall be used for connecting a database

Returns:
user name or an empty string is no user shall be used

getPassword

public java.lang.String getPassword()
returns the users's password

Returns:
password or an empty string is no password shall be used

getSpatialVersion

public java.lang.String getSpatialVersion()
returns the version number of the spatial extension if an Oracle Spatial database is used.


getSDEDatabase

public java.lang.String getSDEDatabase()
returns the name of the sde database that is assigned to a SDE connection.