Package com.gpudb.protocol
Class ShowSchemaRequest.Options
java.lang.Object
com.gpudb.protocol.ShowSchemaRequest.Options
Enclosing class:
A set of string constants for the
ShowSchemaRequest parameter options.
Optional parameters.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringIfFALSEwill return an error if the providedschemaNamedoes not exist.static final String
Field Details
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: