Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » 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

Relates to an explicit query 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:
equals,   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() 
 public String renderDisplayInfo()