public interface NamedParameterContext
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
.
Modifier and Type | Method and Description |
---|---|
int[] |
getNamedParameterLocations(String name)
Returns the locations of all occurrences of the named parameter.
|
int[] getNamedParameterLocations(String name)
name
- The named parameter.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.