public static class Lists.DelayedValue extends Term.NonTerminal
Term.MultiColumnRaw, Term.MultiItemTerminal, Term.NonTerminal, Term.Raw, Term.Terminal
Constructor and Description |
---|
Lists.DelayedValue(java.util.List<Term> elements) |
Modifier and Type | Method and Description |
---|---|
Lists.Value |
bind(java.util.List<java.nio.ByteBuffer> values)
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 Lists.DelayedValue(java.util.List<Term> elements)
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 Lists.Value bind(java.util.List<java.nio.ByteBuffer> values) throws InvalidRequestException
Term
values
.
This is obviously a no-op if the term is Terminal.values
- the values to bind markers to.InvalidRequestException
Copyright © 2015 The Apache Software Foundation