Package com.gpudb.protocol
Class ShowProcRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.ShowProcRequest.Options
-
- Enclosing class:
- ShowProcRequest
public static final class ShowProcRequest.Options extends Object
-
-
Field Detail
-
INCLUDE_FILES
public static final String INCLUDE_FILES
If set toTRUE, the files that make up the proc will be returned. If set toFALSE, the files will not be returned. 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
-
-