public static class Maps.DelayedValue extends Term.NonTerminal
Term.MultiColumnRaw, Term.MultiItemTerminal, Term.NonTerminal, Term.Raw, Term.Terminal
Constructor and Description |
---|
DelayedValue(java.util.Comparator<java.nio.ByteBuffer> comparator,
java.util.Map<Term,Term> elements) |
Modifier and Type | Method and Description |
---|---|
void |
addFunctionsTo(java.util.List<Function> functions) |
Term.Terminal |
bind(QueryOptions options)
Bind the values in this term to the values contained in
values . |
void |
collectMarkerSpecification(VariableSpecifications boundNames)
Collects the column specification for the bind variables in this Term.
|
boolean |
containsBindMarker()
Whether or not that term contains at least one bind marker.
|
bindAndGet
public boolean containsBindMarker()
Term
public void collectMarkerSpecification(VariableSpecifications boundNames)
Term
boundNames
- the variables specification where to collect the
bind variables of this term in.public Term.Terminal 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
public void addFunctionsTo(java.util.List<Function> functions)
Copyright © 2016 The Apache Software Foundation