Class Operation

    • Method Detail

      • addFunctionsTo

        public void addFunctionsTo​(java.util.List<Function> functions)
      • requiresRead

        public boolean requiresRead()
        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)
        Collects the column specification for the bind variables of this operation.
        Parameters:
        boundNames - the list of column specification where to collect the bind variables of this term in.