Save This Page
Home » Hibernate-3.3.2.GA » org.hibernate » param » [javadoc | source]
org.hibernate.param
public class: PositionalParameterSpecification [javadoc | source]
java.lang.Object
   org.hibernate.param.AbstractExplicitParameterSpecification
      org.hibernate.param.PositionalParameterSpecification

All Implemented Interfaces:
    ParameterSpecification, ExplicitParameterSpecification

Parameter bind specification for an explicit positional (or ordinal) parameter.
Constructor:
 public PositionalParameterSpecification(int sourceLine,
    int sourceColumn,
    int hqlPosition) 
Method from org.hibernate.param.PositionalParameterSpecification Summary:
bind,   getHqlPosition,   renderDisplayInfo
Methods from org.hibernate.param.AbstractExplicitParameterSpecification:
getExpectedType,   getSourceColumn,   getSourceLine,   setExpectedType
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.param.PositionalParameterSpecification Detail:
 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.
 public int getHqlPosition() 
    Getter for property 'hqlPosition'.
 public String renderDisplayInfo() 
    {@inheritDoc}