public static final class CreateFunctionStatement.Raw extends CQLStatement.Raw
bindVariables
Constructor and Description |
---|
Raw(FunctionName name,
java.util.List<ColumnIdentifier> argumentNames,
java.util.List<CQL3Type.Raw> rawArgumentTypes,
CQL3Type.Raw rawReturnType,
boolean calledOnNullInput,
java.lang.String language,
java.lang.String body,
boolean orReplace,
boolean ifNotExists) |
Modifier and Type | Method and Description |
---|---|
CreateFunctionStatement |
prepare(ClientState state) |
setBindVariables
public Raw(FunctionName name, java.util.List<ColumnIdentifier> argumentNames, java.util.List<CQL3Type.Raw> rawArgumentTypes, CQL3Type.Raw rawReturnType, boolean calledOnNullInput, java.lang.String language, java.lang.String body, boolean orReplace, boolean ifNotExists)
public CreateFunctionStatement prepare(ClientState state)
prepare
in class CQLStatement.Raw
Copyright © 2009-2021 The Apache Software Foundation