Skip to main content

Class AlterRoleRequest.Action

java.lang.Object
com.gpudb.protocol.AlterRoleRequest.Action
Enclosing class:

public static final class AlterRoleRequest.Action extends Object
A set of string constants for the AlterRoleRequest parameter action.

Modification operation to be applied to the role.

  • Field Details

    • SET_COMMENT

      public static final String SET_COMMENT
      Sets the comment for an internal role.
    • SET_RESOURCE_GROUP

      public static final String SET_RESOURCE_GROUP
      Sets the resource group for an internal role. The resource group must exist, otherwise, an empty string assigns the role to the default resource group.