Interface IConnectionParameterVisitor

All Known Implementing Classes:
ConnectionParameterVisitor

public interface IConnectionParameterVisitor
Visitor to add parameters to a connection datasource.
Since:
8.3
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setParameter(String name, String strValue)
    Method to set a parameter value.
  • Method Details

    • setParameter

      void setParameter(String name, String strValue)
      Method to set a parameter value.
      Parameters:
      name - The name of the parameter, may not be null.
      strValue - The value of the parameter, may be null.
      Throws:
      InitializationException - This exception is thrown when the parameter could not be added.