public static final class ShowSchemaRequest.Options extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FALSE |
static String |
NO_ERROR_IF_NOT_EXISTS
If
FALSE will return an error if the provided
schemaName does not exist. |
static String |
TRUE |
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 © 2025. All rights reserved.