Package com.gpudb.protocol
Class HasProcResponse.ProcExists
- java.lang.Object
-
- com.gpudb.protocol.HasProcResponse.ProcExists
-
- Enclosing class:
- HasProcResponse
public static final class HasProcResponse.ProcExists extends Object
A set of string constants for theHasProcResponseparameterprocExists.Indicates whether the proc exists or not.
-
-
Field Detail
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
-