Interface ParameterInterpretation


public interface ParameterInterpretation
  • Method Details

    • getOrderedParameterOccurrences

      List<ParameterOccurrence> getOrderedParameterOccurrences()
      Access to the defined parameters in the order they were encountered, potentially including "duplicate references" to a single parameter
    • toParameterMetadata

      Create the ParameterMetadata representation of this interpretation
    • getAdjustedSqlString

      String getAdjustedSqlString()