Package com.gpudb.protocol
Class CreateMaterializedViewResponse.Info
- java.lang.Object
-
- com.gpudb.protocol.CreateMaterializedViewResponse.Info
-
- Enclosing class:
- CreateMaterializedViewResponse
public static final class CreateMaterializedViewResponse.Info extends Object
A set of string constants for theCreateMaterializedViewResponseparameterinfo.Additional information.
-
-
Field Summary
Fields Modifier and Type Field Description static StringQUALIFIED_TABLE_NAMEThe fully qualified name of the result table (i.e. including the schema)
-
-
-
Field Detail
-
QUALIFIED_TABLE_NAME
public static final String QUALIFIED_TABLE_NAME
The fully qualified name of the result table (i.e. including the schema)- See Also:
- Constant Field Values
-
-