public static class ParsedStatement.Prepared
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<ColumnSpecification> |
boundNames |
short[] |
partitionKeyBindIndexes |
java.lang.String |
rawCQLStatement
Contains the CQL statement source if the statement has been "regularly" perpared via
QueryProcessor.prepare(java.lang.String, org.apache.cassandra.service.ClientState, boolean) /
QueryHandler.prepare(java.lang.String, org.apache.cassandra.service.QueryState, java.util.Map) . |
CQLStatement |
statement |
Modifier | Constructor and Description |
---|---|
|
Prepared(CQLStatement statement) |
protected |
Prepared(CQLStatement statement,
java.util.List<ColumnSpecification> boundNames,
short[] partitionKeyBindIndexes) |
|
Prepared(CQLStatement statement,
VariableSpecifications names,
short[] partitionKeyBindIndexes) |
public java.lang.String rawCQLStatement
QueryProcessor.prepare(java.lang.String, org.apache.cassandra.service.ClientState, boolean)
/
QueryHandler.prepare(java.lang.String, org.apache.cassandra.service.QueryState, java.util.Map)
.
Other usages of this class may or may not contain the CQL statement source.public final CQLStatement statement
public final java.util.List<ColumnSpecification> boundNames
public final short[] partitionKeyBindIndexes
protected Prepared(CQLStatement statement, java.util.List<ColumnSpecification> boundNames, short[] partitionKeyBindIndexes)
public Prepared(CQLStatement statement, VariableSpecifications names, short[] partitionKeyBindIndexes)
public Prepared(CQLStatement statement)
Copyright © 2017 The Apache Software Foundation