public static final class CreateIndexStatement.Raw extends CQLStatement.Raw
bindVariables
Constructor and Description |
---|
Raw(QualifiedName tableName,
QualifiedName indexName,
java.util.List<IndexTarget.Raw> rawIndexTargets,
IndexAttributes attrs,
boolean ifNotExists) |
Modifier and Type | Method and Description |
---|---|
CreateIndexStatement |
prepare(ClientState state) |
setBindVariables
public Raw(QualifiedName tableName, QualifiedName indexName, java.util.List<IndexTarget.Raw> rawIndexTargets, IndexAttributes attrs, boolean ifNotExists)
public CreateIndexStatement prepare(ClientState state)
prepare
in class CQLStatement.Raw
Copyright © 2009-2022 The Apache Software Foundation