Package com.gpudb.protocol
Class ShowProcResponse.ExecutionModes
- java.lang.Object
-
- com.gpudb.protocol.ShowProcResponse.ExecutionModes
-
- Enclosing class:
- ShowProcResponse
public static final class ShowProcResponse.ExecutionModes extends Object
A set of string constants for theShowProcResponseparameterexecutionModes.The execution modes of the procs named in
procNames.
-
-
Field Detail
-
DISTRIBUTED
public static final String DISTRIBUTED
Distributed- See Also:
- Constant Field Values
-
NONDISTRIBUTED
public static final String NONDISTRIBUTED
Nondistributed- See Also:
- Constant Field Values
-
-