Package com.gpudb.protocol
Class AlterUserRequest.Action
java.lang.Object
com.gpudb.protocol.AlterUserRequest.Action
Enclosing class:
A set of string constants for the
AlterUserRequest parameter action.
Modification operation to be applied to the user.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringUser may not login.static final StringIs the user allowed to login.static final StringSets the comment for an internal user.static final StringSet the default_schema for an internal user.static final StringSets the password of the user.static final StringSets the resource group for an internal user.static final StringUser may login.
Field Details