Class SetRoleConstantAction

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

class SetRoleConstantAction extends Object implements ConstantAction
This class describes actions that are ALWAYS performed for a SET ROLE Statement at Execution time.
  • Field Details

    • roleName

      private final String roleName
    • type

      private final int type
  • Constructor Details

    • SetRoleConstantAction

      SetRoleConstantAction(String roleName, int type)
      Make the ConstantAction for a SET ROLE statement.
      Parameters:
      roleName - Name of role.
      type - type of set role (literal role name or ?)
  • Method Details