Package com.gpudb.protocol
Class ShowStatisticsRequest.Options
java.lang.Object
com.gpudb.protocol.ShowStatisticsRequest.Options
Enclosing class:
A set of string constants for the
ShowStatisticsRequest parameter options.
Optional parameters.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringIfTRUEand if the table names specified intableNamesdoes not exist, no error is returned.static final String
Field Details
NO_ERROR_IF_NOT_EXISTS
IfTRUEand if the table names specified intableNamesdoes not exist, no error is returned. IfFALSEand if the table names specified intableNamesdoes not exist, then an error is returned. Supported values:The default value isFALSE.See Also: