public static final class ShowSchemaRequest.Options extends Object
NO_ERROR_IF_NOT_EXISTS
: If false
will return an error if the
provided schemaName
does not exist. If true
then it will
return an empty result if the provided schemaName
does not
exist.
Supported values:
The default value is FALSE
.
Map
.
A set of string constants for the parameter options
.public static final String NO_ERROR_IF_NOT_EXISTS
false
will return an error if the provided schemaName
does not exist. If true
then it will return an
empty result if the provided schemaName
does not exist.
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
Copyright © 2024. All rights reserved.