Class InputParamValue


  • public class InputParamValue
    extends InputValue
    An extended InputValue which represents a query input parameter value. This class holds the index of the parameter, which is used to get the real value for binding the input parameter.
    • Constructor Detail

      • InputParamValue

        public InputParamValue​(Integer index,
                               org.netbeans.modules.dbschema.ColumnElement columnElement)
        Constructor.
        Parameters:
        index - parameter index
        columnElement - The ColumnElment to which this parameter will be bound
    • Method Detail

      • getParamIndex

        public Integer getParamIndex()