Class SetRoleConstantAction

  • All Implemented Interfaces:
    ConstantAction

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

      • roleName

        private final java.lang.String roleName
      • type

        private final int type
    • Constructor Detail

      • SetRoleConstantAction

        SetRoleConstantAction​(java.lang.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 ?)