public final class CreateFunctionStatement extends AlterSchemaStatement
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateFunctionStatement.Raw |
CQLStatement.SingleKeyspaceCqlStatementkeyspaceName| Constructor and Description |
|---|
CreateFunctionStatement(java.lang.String keyspaceName,
java.lang.String functionName,
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 |
|---|---|
Keyspaces |
apply(Keyspaces schema)
Apply a statement transformation to a schema snapshot.
|
void |
authorize(ClientState client)
Perform any access verification necessary for the statement.
|
AuditLogContext |
getAuditLogContext()
Provides the context needed for audit logging statements.
|
java.lang.String |
toString() |
execute, execute, executeLocally, keyspace, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBindVariables, getFunctions, getPartitionKeyBindVariableIndexes, hasConditionspublic CreateFunctionStatement(java.lang.String keyspaceName,
java.lang.String functionName,
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 Keyspaces apply(Keyspaces schema)
SchemaTransformationschema - Keyspaces to base the transformation onpublic void authorize(ClientState client)
CQLStatementclient - the current client statepublic AuditLogContext getAuditLogContext()
CQLStatementpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2009-2022 The Apache Software Foundation