Class DropFunctionStatement.Raw
- java.lang.Object
-
- org.apache.cassandra.cql3.CQLStatement.Raw
-
- org.apache.cassandra.cql3.statements.schema.DropFunctionStatement.Raw
-
- Enclosing class:
- DropFunctionStatement
public static final class DropFunctionStatement.Raw extends CQLStatement.Raw
-
-
Field Summary
-
Fields inherited from class org.apache.cassandra.cql3.CQLStatement.Raw
bindVariables
-
-
Constructor Summary
Constructors Constructor Description Raw(FunctionName name, java.util.List<CQL3Type.Raw> arguments, boolean argumentsSpecified, boolean ifExists)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DropFunctionStatement
prepare(ClientState state)
-
Methods inherited from class org.apache.cassandra.cql3.CQLStatement.Raw
setBindVariables
-
-
-
-
Constructor Detail
-
Raw
public Raw(FunctionName name, java.util.List<CQL3Type.Raw> arguments, boolean argumentsSpecified, boolean ifExists)
-
-
Method Detail
-
prepare
public DropFunctionStatement prepare(ClientState state)
- Specified by:
prepare
in classCQLStatement.Raw
-
-