接口 NamedParameterContext
-
public interface NamedParameterContextThe 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"; seeParameterSpecification.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 int[]getNamedParameterLocations(String name)Returns the locations of all occurrences of the named parameter.
-
-
-
方法详细资料
-
getNamedParameterLocations
int[] getNamedParameterLocations(String name)
Returns the locations of all occurrences of the named parameter.- 参数:
name- The named parameter.- 返回:
- the array of locations.
-
-