public static final class DropFunctionStatement.Raw extends CQLStatement.Raw
bindVariables
Constructor and Description |
---|
Raw(FunctionName name,
java.util.List<CQL3Type.Raw> arguments,
boolean argumentsSpecified,
boolean ifExists) |
Modifier and Type | Method and Description |
---|---|
DropFunctionStatement |
prepare(ClientState state) |
setBindVariables
public Raw(FunctionName name, java.util.List<CQL3Type.Raw> arguments, boolean argumentsSpecified, boolean ifExists)
public DropFunctionStatement prepare(ClientState state)
prepare
in class CQLStatement.Raw
Copyright © 2009-2021 The Apache Software Foundation