Package com.gpudb.protocol
Class ShowSchemaRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.ShowSchemaRequest.Options
-
- Enclosing class:
- ShowSchemaRequest
public static final class ShowSchemaRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringFALSEstatic StringNO_ERROR_IF_NOT_EXISTSIfFALSEwill return an error if the providedschemaNamedoes not exist.static StringTRUE
-
-
-
Field Detail
-
NO_ERROR_IF_NOT_EXISTS
public static final String NO_ERROR_IF_NOT_EXISTS
IfFALSEwill return an error if the providedschemaNamedoes not exist. IfTRUEthen it will return an empty result if the providedschemaNamedoes not exist. 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
-
-