|
||||||||||
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.AbstractMarker
org.apache.cassandra.cql3.Constants.Marker
public static class Constants.Marker
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.cassandra.cql3.AbstractMarker |
---|
AbstractMarker.Raw |
Nested classes/interfaces inherited from interface org.apache.cassandra.cql3.Term |
---|
Term.NonTerminal, Term.Terminal |
Field Summary |
---|
Fields inherited from class org.apache.cassandra.cql3.AbstractMarker |
---|
bindIndex, receiver |
Constructor Summary | |
---|---|
protected |
Constants.Marker(int bindIndex,
ColumnSpecification receiver)
|
Method Summary | |
---|---|
Constants.Value |
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(). |
Methods inherited from class org.apache.cassandra.cql3.AbstractMarker |
---|
collectMarkerSpecification |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Constants.Marker(int bindIndex, ColumnSpecification receiver)
Method Detail |
---|
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 Constants.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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |