Class Constants.Marker

    • Method Detail

      • bind

        public Constants.Value bind​(QueryOptions options)
                             throws InvalidRequestException
        Description copied from interface: Term
        Bind the values in this term to the values contained in values. This is obviously a no-op if the term is Terminal.
        Parameters:
        options - the values to bind markers to.
        Returns:
        the result of binding all the variables of this NonTerminal (or 'this' if the term is terminal).
        Throws:
        InvalidRequestException