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