Class Lists.Marker

All Implemented Interfaces:
Term
Enclosing class:
Lists

public static class Lists.Marker extends AbstractMarker
A marker for List values and IN relations
  • Constructor Details

  • Method Details

    • 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