Class ConstraintParamIndex


  • public class ConstraintParamIndex
    extends ConstraintValue
    Constraint which represent an index of a query parameter. This index is put to the stack and used to bind the real value of the parameter to the query.
    • Constructor Detail

      • ConstraintParamIndex

        public ConstraintParamIndex​(int index,
                                    int enumType,
                                    LocalFieldDesc localField)
        Constructor.
        Parameters:
        index - parameter index
        enumType - type of this parameter
        localField - the localField to which this parameter is bound.
    • Method Detail

      • getType

        public int getType()
        Get type of this parameter.
      • getIndex

        public Integer getIndex()