public class DropTriggerStatement extends SchemaAlteringStatement
ParsedStatement.PreparedcfName| Constructor and Description | 
|---|
| DropTriggerStatement(CFName name,
                    java.lang.String triggerName,
                    boolean ifExists) | 
| Modifier and Type | Method and Description | 
|---|---|
| Event.SchemaChange | announceMigration(QueryState queryState,
                 boolean isLocalOnly)Announces the migration to other nodes in the cluster. | 
| void | checkAccess(ClientState state)Perform any access verification necessary for the statement. | 
| void | validate(ClientState state)Perform additional validation required by the statment. | 
execute, executeInternal, getBoundTerms, grantPermissionsToCreator, prepare, prepareKeyspacecolumnFamily, keyspace, prepareKeyspacegetBoundVariables, getFunctions, setBoundVariables, setBoundVariablesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFunctionspublic DropTriggerStatement(CFName name, java.lang.String triggerName, boolean ifExists)
public void checkAccess(ClientState state) throws UnauthorizedException
CQLStatementstate - the current client stateUnauthorizedExceptionpublic void validate(ClientState state) throws RequestValidationException
CQLStatementstate - the current client stateRequestValidationExceptionpublic Event.SchemaChange announceMigration(QueryState queryState, boolean isLocalOnly) throws ConfigurationException, InvalidRequestException
SchemaAlteringStatementannounceMigration in class SchemaAlteringStatementnull if no schema change
 has occurred (when IF NOT EXISTS is used, for example)ConfigurationExceptionInvalidRequestExceptionCopyright © 2018 The Apache Software Foundation