|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.cql3.statements.ParsedStatement.Prepared
public static class ParsedStatement.Prepared
Field Summary | |
---|---|
java.util.List<ColumnSpecification> |
boundNames
|
CQLStatement |
statement
|
Constructor Summary | |
---|---|
ParsedStatement.Prepared(CQLStatement statement)
|
|
ParsedStatement.Prepared(CQLStatement statement,
java.util.List<ColumnSpecification> boundNames)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final CQLStatement statement
public final java.util.List<ColumnSpecification> boundNames
Constructor Detail |
---|
public ParsedStatement.Prepared(CQLStatement statement, java.util.List<ColumnSpecification> boundNames)
public ParsedStatement.Prepared(CQLStatement statement)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |