Package com.gpudb.protocol
Class HasPermissionRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.HasPermissionRequest.Options
-
- Enclosing class:
- HasPermissionRequest
public static final class HasPermissionRequest.Options extends Object
-
-
Field Detail
-
NO_ERROR_IF_NOT_EXISTS
public static final String NO_ERROR_IF_NOT_EXISTS
IfFALSEwill return an error if the providedobjectdoes not exist or is blank. IfTRUEthen it will returnFALSEforhasPermission. 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
-
-