public abstract static class CQLStatement.Raw
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected VariableSpecifications |
bindVariables |
Constructor and Description |
---|
Raw() |
Modifier and Type | Method and Description |
---|---|
abstract CQLStatement |
prepare(ClientState state) |
void |
setBindVariables(java.util.List<ColumnIdentifier> variables) |
protected VariableSpecifications bindVariables
public void setBindVariables(java.util.List<ColumnIdentifier> variables)
public abstract CQLStatement prepare(ClientState state)
Copyright © 2009- The Apache Software Foundation