Package com.gpudb.protocol
Class ShowProcStatusRequest.Options
java.lang.Object
com.gpudb.protocol.ShowProcStatusRequest.Options
Enclosing class:
A set of string constants for the
ShowProcStatusRequest parameter options.
Optional parameters.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIf 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 final Stringstatic final StringIfrunIdis 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 final String
Field Details
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: