|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.cql.CQLStatement
public class CQLStatement
Field Summary | |
---|---|
int |
boundTerms
|
java.lang.Object |
statement
|
StatementType |
type
|
Constructor Summary | |
---|---|
CQLStatement(StatementType type,
java.lang.Object statement,
int lastMarker)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final StatementType type
public final java.lang.Object statement
public final int boundTerms
Constructor Detail |
---|
public CQLStatement(StatementType type, java.lang.Object statement, int lastMarker)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |