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