Class CreateRoleConstantAction

java.lang.Object
org.apache.derby.impl.sql.execute.DDLConstantAction
org.apache.derby.impl.sql.execute.CreateRoleConstantAction
All Implemented Interfaces:
ConstantAction

class CreateRoleConstantAction extends DDLConstantAction
This class performs actions that are ALWAYS performed for a CREATE ROLE statement at execution time. These SQL objects are stored in the SYS.SYSROLES table.
  • Field Details

    • roleName

      private String roleName
  • Constructor Details

    • CreateRoleConstantAction

      public CreateRoleConstantAction(String roleName)
      Make the ConstantAction for a CREATE ROLE statement. When executed, will create a role by the given name.
      Parameters:
      roleName - The name of the role being created
  • Method Details