Interface IJdbcReference

All Superinterfaces:
IElement, IExternalReference, IProtocolSupport, Serializable

@Deprecated public interface IJdbcReference extends IExternalReference, IElement, IProtocolSupport
Deprecated.
use IConnectionDefinition
This class retrieves a connection from a specified external reference declared in the administration
Since:
1.0, 15/04/2008
Author:
vlygeros
See Also:
  • Method Details

    • getDriver

      String getDriver()
      Deprecated.
      Returns:
      The driver class name
    • getUrl

      String getUrl()
      Deprecated.
      Returns:
      The URL
    • getLogin

      String getLogin()
      Deprecated.
      Returns:
      The login to connect to the database
    • getPassword

      String getPassword()
      Deprecated.
      Returns:
      The password to connect to the database
    • getDescription

      String getDescription()
      Deprecated.
      Returns:
      The description of the JDBC reference
    • getConnection

      Connection getConnection()
      Deprecated.
      Gets a connection for the specified connection declared in the administration
      Returns:
      Connection object