public static class Tuples.Marker extends AbstractMarker
Represents a marker for a single tuple, like "SELECT ... WHERE (a, b, c) > ?"
AbstractMarker.INRaw, AbstractMarker.Raw
Term.MultiColumnRaw, Term.MultiItemTerminal, Term.NonTerminal, Term.Terminal
bindIndex, 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 . |
collectMarkerSpecification, containsBindMarker, getFunctions
bindAndGet
public Marker(int bindIndex, ColumnSpecification receiver)
public Tuples.Value bind(QueryOptions options) throws InvalidRequestException
Term
values
.
This is obviously a no-op if the term is Terminal.options
- the values to bind markers to.InvalidRequestException
Copyright © 2016 The Apache Software Foundation