|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.cql3.Term.NonTerminal
org.apache.cassandra.cql3.functions.FunctionCall
public class FunctionCall
Nested Class Summary | |
---|---|
static class |
FunctionCall.Raw
|
Nested classes/interfaces inherited from interface org.apache.cassandra.cql3.Term |
---|
Term.NonTerminal, Term.Terminal |
Method Summary | |
---|---|
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(ColumnSpecification[] boundNames)
Collects the column specification for the bind variables in this Term. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void collectMarkerSpecification(ColumnSpecification[] boundNames)
Term
boundNames
- the list of column 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |