接口 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.

    作者:
    Steve Ebersole
    • 方法详细资料

      • getNamedParameterLocations

        int[] getNamedParameterLocations​(String name)
        Returns the locations of all occurrences of the named parameter.
        参数:
        name - The named parameter.
        返回:
        the array of locations.