Package com.gpudb.protocol
Class DropSchemaRequest.Options
java.lang.Object
com.gpudb.protocol.DropSchemaRequest.Options
Enclosing class:
A set of string constants for the
DropSchemaRequest parameter options.
Optional parameters.
Field Summary
Fields
Field Details
NO_ERROR_IF_NOT_EXISTS
IfTRUEand if the schema specified inschemaNamedoes not exist, no error is returned. IfFALSEand if the schema specified inschemaNamedoes not exist, then an error is returned. Supported values:The default value isFALSE.See Also: