Class Maps.Marker

  • All Implemented Interfaces:
    Term
    Enclosing class:
    Maps

    public static class Maps.Marker
    extends AbstractMarker
    • Method Detail

      • bind

        public Term.Terminal 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