org.hibernate.param
Class NamedParameterSpecification
- ExplicitParameterSpecification, ParameterSpecification
public class NamedParameterSpecification
Relates to an explicit query named-parameter.
NamedParameterSpecification
public NamedParameterSpecification(int sourceLine,
int sourceColumn,
String name)
bind
public int bind(PreparedStatement statement,
QueryParameters qp,
SessionImplementor session,
int position)
throws SQLException
Bind the appropriate value into the given statement at the specified position.
- bind in interface ParameterSpecification
statement
- The statement into which the value should be bound.qp
- The defined values for the current query execution.session
- The session against which the current execution is occuring.position
- The position from which to start binding value(s).
- The number of sql bind positions "eaten" by this bind operation.
getName
public String getName()