public static class ParsedStatement.Prepared
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<ColumnSpecification> |
boundNames |
java.lang.Short[] |
partitionKeyBindIndexes |
CQLStatement |
statement |
Modifier | Constructor and Description |
---|---|
|
Prepared(CQLStatement statement) |
protected |
Prepared(CQLStatement statement,
java.util.List<ColumnSpecification> boundNames,
java.lang.Short[] partitionKeyBindIndexes) |
|
Prepared(CQLStatement statement,
VariableSpecifications names,
java.lang.Short[] partitionKeyBindIndexes) |
public final CQLStatement statement
public final java.util.List<ColumnSpecification> boundNames
public final java.lang.Short[] partitionKeyBindIndexes
protected Prepared(CQLStatement statement, java.util.List<ColumnSpecification> boundNames, java.lang.Short[] partitionKeyBindIndexes)
public Prepared(CQLStatement statement, VariableSpecifications names, java.lang.Short[] partitionKeyBindIndexes)
public Prepared(CQLStatement statement)
Copyright © 2016 The Apache Software Foundation