public static final class CreateKeyspaceStatement.Raw extends CQLStatement.Raw
Modifier and Type | Field and Description |
---|---|
java.lang.String |
keyspaceName |
bindVariables
Constructor and Description |
---|
Raw(java.lang.String keyspaceName,
KeyspaceAttributes attrs,
boolean ifNotExists) |
Modifier and Type | Method and Description |
---|---|
CreateKeyspaceStatement |
prepare(ClientState state) |
setBindVariables
public Raw(java.lang.String keyspaceName, KeyspaceAttributes attrs, boolean ifNotExists)
public CreateKeyspaceStatement prepare(ClientState state)
prepare
in class CQLStatement.Raw
Copyright © 2009- The Apache Software Foundation