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