Package com.gpudb.protocol
Class HasRoleResponse.HasRole
- java.lang.Object
-
- com.gpudb.protocol.HasRoleResponse.HasRole
-
- Enclosing class:
- HasRoleResponse
public static final class HasRoleResponse.HasRole extends Object
A set of string constants for theHasRoleResponseparameterhasRole.Indicates whether the specified user has membership in the specified target
role.
-
-
Field Detail
-
TRUE
public static final String TRUE
User has membership in the role- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
User does not have membership in the role- See Also:
- Constant Field Values
-
-