Class Lists.SetterByIndex

  • Enclosing class:
    Lists

    public static class Lists.SetterByIndex
    extends Operation
    • Method Detail

      • requiresRead

        public boolean requiresRead()
        Overrides:
        requiresRead in class Operation
        Returns:
        whether the operation requires a read of the previous value to be executed (only lists setterByIdx, discard and discardByIdx requires that).
      • collectMarkerSpecification

        public void collectMarkerSpecification​(VariableSpecifications boundNames)
        Description copied from class: Operation
        Collects the column specification for the bind variables of this operation.
        Overrides:
        collectMarkerSpecification in class Operation
        Parameters:
        boundNames - the list of column specification where to collect the bind variables of this term in.