Class DropRoleConstantAction

  • All Implemented Interfaces:
    ConstantAction

    class DropRoleConstantAction
    extends DDLConstantAction
    This class describes actions that are ALWAYS performed for a DROP ROLE Statement at Execution time.
    • Field Detail

      • roleName

        private final java.lang.String roleName
    • Constructor Detail

      • DropRoleConstantAction

        DropRoleConstantAction​(java.lang.String roleName)
        Make the ConstantAction for a DROP ROLE statement.
        Parameters:
        roleName - role name to be dropped