|
Kinetica C# API
Version 7.2.3.1
|
A set of string constants for the parameter table_descriptions. More...
Public Attributes | |
| const string | COLLECTION = "COLLECTION" |
| const string | JOIN = "JOIN" |
| const string | LOGICAL_EXTERNAL_TABLE = "LOGICAL_EXTERNAL_TABLE" |
| const string | LOGICAL_VIEW = "LOGICAL_VIEW" |
| const string | MATERIALIZED_EXTERNAL_TABLE = "MATERIALIZED_EXTERNAL_TABLE" |
| const string | MATERIALIZED_VIEW = "MATERIALIZED_VIEW" |
| const string | MATERIALIZED_VIEW_MEMBER = "MATERIALIZED_VIEW_MEMBER" |
| const string | MATERIALIZED_VIEW_UNDER_CONSTRUCTION = "MATERIALIZED_VIEW_UNDER_CONSTRUCTION" |
| const string | REPLICATED = "REPLICATED" |
| const string | RESULT_TABLE = "RESULT_TABLE" |
| const string | SCHEMA = "SCHEMA" |
| const string | VIEW = "VIEW" |
A set of string constants for the parameter table_descriptions.
List of descriptions for the respective tables in table_names.
Definition at line 682 of file ShowTable.cs.
| const string ShowTableResponse.TableDescriptions.COLLECTION = "COLLECTION" |
Definition at line 684 of file ShowTable.cs.
| const string ShowTableResponse.TableDescriptions.JOIN = "JOIN" |
Definition at line 685 of file ShowTable.cs.
| const string ShowTableResponse.TableDescriptions.LOGICAL_EXTERNAL_TABLE = "LOGICAL_EXTERNAL_TABLE" |
Definition at line 686 of file ShowTable.cs.
| const string ShowTableResponse.TableDescriptions.LOGICAL_VIEW = "LOGICAL_VIEW" |
Definition at line 687 of file ShowTable.cs.
| const string ShowTableResponse.TableDescriptions.MATERIALIZED_EXTERNAL_TABLE = "MATERIALIZED_EXTERNAL_TABLE" |
Definition at line 688 of file ShowTable.cs.
| const string ShowTableResponse.TableDescriptions.MATERIALIZED_VIEW = "MATERIALIZED_VIEW" |
Definition at line 689 of file ShowTable.cs.
| const string ShowTableResponse.TableDescriptions.MATERIALIZED_VIEW_MEMBER = "MATERIALIZED_VIEW_MEMBER" |
Definition at line 690 of file ShowTable.cs.
| const string ShowTableResponse.TableDescriptions.MATERIALIZED_VIEW_UNDER_CONSTRUCTION = "MATERIALIZED_VIEW_UNDER_CONSTRUCTION" |
Definition at line 691 of file ShowTable.cs.
| const string ShowTableResponse.TableDescriptions.REPLICATED = "REPLICATED" |
Definition at line 692 of file ShowTable.cs.
| const string ShowTableResponse.TableDescriptions.RESULT_TABLE = "RESULT_TABLE" |
Definition at line 693 of file ShowTable.cs.
| const string ShowTableResponse.TableDescriptions.SCHEMA = "SCHEMA" |
Definition at line 694 of file ShowTable.cs.
| const string ShowTableResponse.TableDescriptions.VIEW = "VIEW" |
Definition at line 695 of file ShowTable.cs.