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 |
---|
ParsedStatement.Prepared(CQLStatement statement) |
ParsedStatement.Prepared(CQLStatement statement,
java.util.List<ColumnSpecification> boundNames) |
public final CQLStatement statement
public final java.util.List<ColumnSpecification> boundNames
public ParsedStatement.Prepared(CQLStatement statement, java.util.List<ColumnSpecification> boundNames)
public ParsedStatement.Prepared(CQLStatement statement)
Copyright © 2013 The Apache Software Foundation