public static class Tuples.Marker extends AbstractMarker
Represents a marker for a single tuple, like "SELECT ... WHERE (a, b, c) > ?"
 AbstractMarker.INRaw, AbstractMarker.MultiColumnRaw, AbstractMarker.RawTerm.MultiItemTerminal, Term.NonTerminal, Term.TerminalbindIndex, receiver| Constructor and Description | 
|---|
| Marker(int bindIndex,
      ColumnSpecification receiver) | 
| Modifier and Type | Method and Description | 
|---|---|
| Tuples.Value | bind(QueryOptions options)Bind the values in this term to the values contained in  values. | 
addFunctionsTo, collectMarkerSpecification, containsBindMarkerbindAndGetpublic Marker(int bindIndex,
              ColumnSpecification receiver)
public Tuples.Value bind(QueryOptions options) throws InvalidRequestException
Termvalues.
 This is obviously a no-op if the term is Terminal.options - the values to bind markers to.InvalidRequestExceptionCopyright © 2018 The Apache Software Foundation