Package com.gpudb.protocol
Class DropEnvironmentRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.DropEnvironmentRequest.Options
-
- Enclosing class:
- DropEnvironmentRequest
public static final class DropEnvironmentRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringFALSEstatic StringNO_ERROR_IF_NOT_EXISTSIfTRUEand if the environment specified inenvironmentNamedoes not exist, no error is returned.static StringTRUE
-
-
-
Field Detail
-
NO_ERROR_IF_NOT_EXISTS
public static final String NO_ERROR_IF_NOT_EXISTS
IfTRUEand if the environment specified inenvironmentNamedoes not exist, no error is returned. IfFALSEand if the environment specified inenvironmentNamedoes not exist, then an error is returned. 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
-
-