Interface NamedParameterContext


  • public interface NamedParameterContext
    The context for named parameters.

    NOTE : the hope with the SQL-redesign stuff is that this whole concept goes away, the idea being that the parameters are encoded into the query tree and "bind themselves"; see ParameterSpecification.

    • Method Detail

      • getNamedParameterLocations

        int[] getNamedParameterLocations​(java.lang.String name)
        Returns the locations of all occurrences of the named parameter.
        Parameters:
        name - The named parameter.
        Returns:
        the array of locations.