public static final class ShowSqlProcRequest.Options extends Object
NO_ERROR_IF_NOT_EXISTS
: If true
, no error will be returned if
the requested procedure does not exist. If false
, an error will
be returned if the requested procedure 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
true
, no error will be returned if the requested
procedure does not exist. If false
, an error will be
returned if the requested procedure does not exist.
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
Copyright © 2020. All rights reserved.