Class RevokeRoleConstantAction

  • All Implemented Interfaces:
    ConstantAction

    class RevokeRoleConstantAction
    extends DDLConstantAction
    This class performs actions that are ALWAYS performed for a REVOKE role statement at execution time.
    • Field Detail

      • roleNames

        private java.util.List roleNames
      • grantees

        private java.util.List grantees
    • Constructor Detail

      • RevokeRoleConstantAction

        public RevokeRoleConstantAction​(java.util.List roleNames,
                                        java.util.List grantees)
        Make the ConstantAction for a CREATE ROLE statement. When executed, will create a role by the given name.
        Parameters:
        roleNames - List of the name of the role names being revoked
        grantees - List of the authorization ids granted to role