public class FunctionCall extends Term.NonTerminal
Modifier and Type | Class and Description |
---|---|
static class |
FunctionCall.Raw |
Term.NonTerminal, Term.Terminal
Modifier and Type | Method and Description |
---|---|
Term.Terminal |
bind(java.util.List<java.nio.ByteBuffer> values)
Bind the values in this term to the values contained in
values . |
java.nio.ByteBuffer |
bindAndGet(java.util.List<java.nio.ByteBuffer> values)
A shorter for bind(values).get().
|
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.
|
public void collectMarkerSpecification(VariableSpecifications boundNames)
Term
boundNames
- the variables specification where to collect the
bind variables of this term in.public Term.Terminal 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
public java.nio.ByteBuffer bindAndGet(java.util.List<java.nio.ByteBuffer> values) throws InvalidRequestException
Term
bindAndGet
in interface Term
bindAndGet
in class Term.NonTerminal
InvalidRequestException
public boolean containsBindMarker()
Term
Copyright © 2014 The Apache Software Foundation