java.lang.Object
com.aquima.interactions.framework.service.connectivity.parameters.Connection
com.aquima.interactions.framework.service.connectivity.sql.SqlConnection

public class SqlConnection extends Connection
Connection implementation that contains the details for an SQL connection.
Since:
6.4
Author:
J. van Leuven, O. Kerpershoek
  • Constructor Details

    • SqlConnection

      protected SqlConnection(IXmlNode connectionNode)
  • Method Details

    • getConnectionName

      protected String getConnectionName()
    • getUsername

      protected String getUsername()
    • getPassword

      protected String getPassword()