Package com.gpudb.protocol
Class DropEnvironmentRequest.Options
java.lang.Object
com.gpudb.protocol.DropEnvironmentRequest.Options
Enclosing class:
A set of string constants for the
DropEnvironmentRequest parameter options.
Optional parameters.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringIfTRUEand if the environment specified inenvironmentNamedoes not exist, no error is returned.static final String
Field Details
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: