Package com.gpudb.protocol
Class DropSchemaRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.DropSchemaRequest.Options
-
- Enclosing class:
- DropSchemaRequest
public static final class DropSchemaRequest.Options extends Object
-
-
Field Detail
-
NO_ERROR_IF_NOT_EXISTS
public static final String 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:
- 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
-
-