Package com.gpudb.protocol
Class ShowSqlProcRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.ShowSqlProcRequest.Options
-
- Enclosing class:
- ShowSqlProcRequest
public static final class ShowSqlProcRequest.Options extends Object
-
-
Field Detail
-
NO_ERROR_IF_NOT_EXISTS
public static final String NO_ERROR_IF_NOT_EXISTS
IfTRUE, no error will be returned if the requested procedure does not exist. IfFALSE, an error will be returned if the requested procedure does not exist. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
-