|
||||||||||
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
public abstract class AbstractMarker
A single bind marker.
Nested Class Summary | |
---|---|
static class |
AbstractMarker.Raw
A parsed, but non prepared, bind marker. |
Nested classes/interfaces inherited from interface org.apache.cassandra.cql3.Term |
---|
Term.NonTerminal, Term.Terminal |
Field Summary | |
---|---|
protected int |
bindIndex
|
protected ColumnSpecification |
receiver
|
Constructor Summary | |
---|---|
protected |
AbstractMarker(int bindIndex,
ColumnSpecification receiver)
|
Method Summary | |
---|---|
void |
collectMarkerSpecification(ColumnSpecification[] boundNames)
Collects the column specification for the bind variables in this Term. |
Methods inherited from class org.apache.cassandra.cql3.Term.NonTerminal |
---|
bindAndGet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.cassandra.cql3.Term |
---|
bind |
Field Detail |
---|
protected final int bindIndex
protected final ColumnSpecification receiver
Constructor Detail |
---|
protected AbstractMarker(int bindIndex, ColumnSpecification receiver)
Method Detail |
---|
public void collectMarkerSpecification(ColumnSpecification[] boundNames)
Term
boundNames
- the list of column specification where to collect the
bind variables of this term in.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |