Class CreateFunctionStatement.Raw
java.lang.Object
org.apache.cassandra.cql3.CQLStatement.Raw
org.apache.cassandra.cql3.statements.schema.CreateFunctionStatement.Raw
- Enclosing class:
- CreateFunctionStatement
-
Field Summary
Fields inherited from class org.apache.cassandra.cql3.CQLStatement.Raw
bindVariables -
Constructor Summary
ConstructorsConstructorDescriptionRaw(FunctionName name, List<ColumnIdentifier> argumentNames, List<CQL3Type.Raw> rawArgumentTypes, CQL3Type.Raw rawReturnType, boolean calledOnNullInput, String language, String body, boolean orReplace, boolean ifNotExists) -
Method Summary
Methods inherited from class org.apache.cassandra.cql3.CQLStatement.Raw
setBindVariables
-
Constructor Details
-
Raw
public Raw(FunctionName name, List<ColumnIdentifier> argumentNames, List<CQL3Type.Raw> rawArgumentTypes, CQL3Type.Raw rawReturnType, boolean calledOnNullInput, String language, String body, boolean orReplace, boolean ifNotExists)
-
-
Method Details
-
prepare
- Specified by:
preparein classCQLStatement.Raw
-