class RevokeRoleConstantAction extends DDLConstantAction
| Modifier and Type | Field and Description |
|---|---|
private java.util.List |
grantees |
private java.util.List |
roleNames |
private boolean |
withAdminOption |
| Constructor and Description |
|---|
RevokeRoleConstantAction(java.util.List roleNames,
java.util.List grantees)
Make the ConstantAction for a CREATE ROLE statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
executeConstantAction(Activation activation)
This is the guts of the Execution-time logic for REVOKE role.
|
java.lang.String |
toString() |
addColumnDependencies, adjustUDTDependencies, adjustUDTDependencies, constructToString, getAndCheckSchemaDescriptor, getSchemaDescriptorForCreate, lockTableForDDL, storeConstraintDependenciesOnPrivileges, storeViewTriggerDependenciesOnPrivilegesprivate java.util.List roleNames
private java.util.List grantees
private final boolean withAdminOption
public RevokeRoleConstantAction(java.util.List roleNames,
java.util.List grantees)
roleNames - List of the name of the role names being revokedgrantees - List of the authorization ids granted to rolepublic void executeConstantAction(Activation activation) throws StandardException
activation - The execution environment for this constant action.StandardException - Thrown on failureConstantAction.executeConstantAction(org.apache.derby.iapi.sql.Activation)public java.lang.String toString()
toString in class java.lang.ObjectApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.