Package com.gpudb.protocol
Class ShowTableResponse.TableDescriptions
- java.lang.Object
-
- com.gpudb.protocol.ShowTableResponse.TableDescriptions
-
- Enclosing class:
- ShowTableResponse
public static final class ShowTableResponse.TableDescriptions extends Object
A set of string constants for theShowTableResponseparametertableDescriptions.List of descriptions for the respective tables in
tableNames.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOLLECTIONstatic StringJOINstatic StringLOGICAL_EXTERNAL_TABLEstatic StringLOGICAL_VIEWstatic StringMATERIALIZED_EXTERNAL_TABLEstatic StringMATERIALIZED_VIEWstatic StringMATERIALIZED_VIEW_MEMBERstatic StringMATERIALIZED_VIEW_UNDER_CONSTRUCTIONstatic StringREPLICATEDstatic StringRESULT_TABLEstatic StringSCHEMAstatic StringVIEW
-
-
-
Field Detail
-
COLLECTION
public static final String COLLECTION
- See Also:
- Constant Field Values
-
JOIN
public static final String JOIN
- See Also:
- Constant Field Values
-
LOGICAL_EXTERNAL_TABLE
public static final String LOGICAL_EXTERNAL_TABLE
- See Also:
- Constant Field Values
-
LOGICAL_VIEW
public static final String LOGICAL_VIEW
- See Also:
- Constant Field Values
-
MATERIALIZED_EXTERNAL_TABLE
public static final String MATERIALIZED_EXTERNAL_TABLE
- See Also:
- Constant Field Values
-
MATERIALIZED_VIEW
public static final String MATERIALIZED_VIEW
- See Also:
- Constant Field Values
-
MATERIALIZED_VIEW_MEMBER
public static final String MATERIALIZED_VIEW_MEMBER
- See Also:
- Constant Field Values
-
MATERIALIZED_VIEW_UNDER_CONSTRUCTION
public static final String MATERIALIZED_VIEW_UNDER_CONSTRUCTION
- See Also:
- Constant Field Values
-
REPLICATED
public static final String REPLICATED
- See Also:
- Constant Field Values
-
RESULT_TABLE
public static final String RESULT_TABLE
- See Also:
- Constant Field Values
-
SCHEMA
public static final String SCHEMA
- See Also:
- Constant Field Values
-
VIEW
public static final String VIEW
- See Also:
- Constant Field Values
-
-