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"; seeParameterSpecification
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]
getNamedParameterLocations(java.lang.String name)
Returns the locations of all occurrences of the named parameter.
-