Package com.gpudb.protocol
Class AlterRoleRequest.Action
- java.lang.Object
-
- com.gpudb.protocol.AlterRoleRequest.Action
-
- Enclosing class:
- AlterRoleRequest
public static final class AlterRoleRequest.Action extends Object
A set of string constants for theAlterRoleRequestparameteraction.Modification operation to be applied to the role.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSET_COMMENTSets the comment for an internal role.static StringSET_RESOURCE_GROUPSets the resource group for an internal role.
-
-
-
Field Detail
-
SET_COMMENT
public static final String SET_COMMENT
Sets the comment for an internal role.- See Also:
- Constant Field Values
-
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.- See Also:
- Constant Field Values
-
-