Package com.gpudb.protocol
Class ShowProcStatusRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.ShowProcStatusRequest.Options
-
- Enclosing class:
- ShowProcStatusRequest
public static final class ShowProcStatusRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLEAR_COMPLETEIf set toTRUE, if a proc instance has completed (either successfully or unsuccessfully) then its status will be cleared and no longer returned in subsequent calls.static StringFALSEstatic StringRUN_TAGIfrunIdis specified, return the status for a proc instance that has a matching run ID and a matching run tag that was provided toGPUdb.executeProc.static StringTRUE
-
-
-
Field Detail
-
CLEAR_COMPLETE
public static final String CLEAR_COMPLETE
If set toTRUE, if a proc instance has completed (either successfully or unsuccessfully) then its status will be cleared and no longer returned in subsequent calls. 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
-
RUN_TAG
public static final String RUN_TAG
IfrunIdis specified, return the status for a proc instance that has a matching run ID and a matching run tag that was provided toGPUdb.executeProc. IfrunIdis not specified, return statuses for all proc instances where a matching run tag was provided toGPUdb.executeProc. The default value is ''.- See Also:
- Constant Field Values
-
-