|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.cql3.Term.Terminal
org.apache.cassandra.cql3.Constants.Value
public static class Constants.Value
A constant value, i.e. a ByteBuffer.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.cassandra.cql3.Term |
---|
Term.NonTerminal, Term.Raw, Term.Terminal |
Field Summary | |
---|---|
java.nio.ByteBuffer |
bytes
|
Constructor Summary | |
---|---|
Constants.Value(java.nio.ByteBuffer bytes)
|
Method Summary | |
---|---|
java.nio.ByteBuffer |
bindAndGet(java.util.List<java.nio.ByteBuffer> values)
A shorter for bind(values).get(). |
java.nio.ByteBuffer |
get()
|
Methods inherited from class org.apache.cassandra.cql3.Term.Terminal |
---|
bind, collectMarkerSpecification |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final java.nio.ByteBuffer bytes
Constructor Detail |
---|
public Constants.Value(java.nio.ByteBuffer bytes)
Method Detail |
---|
public java.nio.ByteBuffer get()
get
in class Term.Terminal
public java.nio.ByteBuffer bindAndGet(java.util.List<java.nio.ByteBuffer> values)
Term
bindAndGet
in interface Term
bindAndGet
in class Term.Terminal
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |