Class DropRoleConstantAction

java.lang.Object
org.apache.derby.impl.sql.execute.DDLConstantAction
org.apache.derby.impl.sql.execute.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 Details

    • roleName

      private final String roleName
  • Constructor Details

    • DropRoleConstantAction

      DropRoleConstantAction(String roleName)
      Make the ConstantAction for a DROP ROLE statement.
      Parameters:
      roleName - role name to be dropped
  • Method Details