Package com.gpudb.protocol
Class HasRoleRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.HasRoleRequest.Options
-
- Enclosing class:
- HasRoleRequest
public static final class HasRoleRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringFALSEstatic StringNO_ERROR_IF_NOT_EXISTSstatic StringONLY_DIRECTstatic StringTRUE
-
-
-
Field Detail
-
NO_ERROR_IF_NOT_EXISTS
public static final String NO_ERROR_IF_NOT_EXISTS
IfFALSEwill return an error if the providedroledoes not exist or is blank. IfTRUEthen it will returnFALSEforhasRole. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
-