Package com.gpudb.protocol
Class CreateJoinTableResponse.Info
- java.lang.Object
-
- com.gpudb.protocol.CreateJoinTableResponse.Info
-
- Enclosing class:
- CreateJoinTableResponse
public static final class CreateJoinTableResponse.Info extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringQUALIFIED_JOIN_TABLE_NAMEThe fully qualified name of the join table (i.e. including the schema)
-
-
-
Field Detail
-
QUALIFIED_JOIN_TABLE_NAME
public static final String QUALIFIED_JOIN_TABLE_NAME
The fully qualified name of the join table (i.e. including the schema)- See Also:
- Constant Field Values
-
-