Class Tuples.Marker

All Implemented Interfaces:
Term
Enclosing class:
Tuples

public static class Tuples.Marker extends AbstractMarker
Represents a marker for a single tuple, like "SELECT ... WHERE (a, b, c) > ?"
  • Constructor Details

  • Method Details

    • bind

      public Tuples.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