Class Tuples.InMarker

All Implemented Interfaces:
Term
Enclosing class:
Tuples

public static class Tuples.InMarker extends AbstractMarker
Represents a marker for a set of IN values that are tuples, like "SELECT ... WHERE (a, b, c) IN ?"
  • Constructor Details

  • Method Details

    • bind

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