Package com.gpudb.protocol
Class CreateUnionResponse.Info
- java.lang.Object
-
- com.gpudb.protocol.CreateUnionResponse.Info
-
- Enclosing class:
- CreateUnionResponse
public static final class CreateUnionResponse.Info extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOUNTNumber of records in the final table.static StringQUALIFIED_TABLE_NAMEThe fully qualified name of the result table (i.e. including the schema).
-
-
-
Field Detail
-
COUNT
public static final String COUNT
Number of records in the final table.- See Also:
- Constant Field Values
-
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
-
-