Package com.gpudb.protocol
Class HasTypeResponse.TypeExists
- java.lang.Object
-
- com.gpudb.protocol.HasTypeResponse.TypeExists
-
- Enclosing class:
- HasTypeResponse
public static final class HasTypeResponse.TypeExists extends Object
A set of string constants for theHasTypeResponseparametertypeExists.Indicates whether the type 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
-
-