Interface ParameterInterpretation


  • public interface ParameterInterpretation
    • Method Detail

      • getOrderedParameterOccurrences

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

        String getAdjustedSqlString()