Skip to main content

A set of string constants for the parameter ShowTableResponse.table_descriptions. More…

Static Public Attributes

const string COLLECTION = “COLLECTION”
 A constant for the ShowTableResponse.TableDescriptions options.
 
const string JOIN = “JOIN”
 A constant for the ShowTableResponse.TableDescriptions options.
 
const string LOGICAL_EXTERNAL_TABLE = “LOGICAL_EXTERNAL_TABLE”
 A constant for the ShowTableResponse.TableDescriptions options.
 
const string LOGICAL_VIEW = “LOGICAL_VIEW”
 A constant for the ShowTableResponse.TableDescriptions options.
 
const string MATERIALIZED_EXTERNAL_TABLE = “MATERIALIZED_EXTERNAL_TABLE”
 A constant for the ShowTableResponse.TableDescriptions options.
 
const string MATERIALIZED_VIEW = “MATERIALIZED_VIEW”
 A constant for the ShowTableResponse.TableDescriptions options.
 
const string MATERIALIZED_VIEW_MEMBER = “MATERIALIZED_VIEW_MEMBER”
 A constant for the ShowTableResponse.TableDescriptions options.
 
const string MATERIALIZED_VIEW_UNDER_CONSTRUCTION = “MATERIALIZED_VIEW_UNDER_CONSTRUCTION”
 A constant for the ShowTableResponse.TableDescriptions options.
 
const string REPLICATED = “REPLICATED”
 A constant for the ShowTableResponse.TableDescriptions options.
 
const string RESULT_TABLE = “RESULT_TABLE”
 A constant for the ShowTableResponse.TableDescriptions options.
 
const string SCHEMA = “SCHEMA”
 A constant for the ShowTableResponse.TableDescriptions options.
 
const string VIEW = “VIEW”
 A constant for the ShowTableResponse.TableDescriptions options.
 

Detailed Description

A set of string constants for the parameter ShowTableResponse.table_descriptions.

List of descriptions for the respective tables in ShowTableResponse.table_names.

Definition at line 849 of file ShowTable.cs.

Member Data Documentation

◆ COLLECTION

const string kinetica.ShowTableResponse.TableDescriptions.COLLECTION = “COLLECTION”
static

A constant for the ShowTableResponse.TableDescriptions options.

Definition at line 853 of file ShowTable.cs.

◆ JOIN

const string kinetica.ShowTableResponse.TableDescriptions.JOIN = “JOIN”
static

A constant for the ShowTableResponse.TableDescriptions options.

Definition at line 857 of file ShowTable.cs.

◆ LOGICAL_EXTERNAL_TABLE

const string kinetica.ShowTableResponse.TableDescriptions.LOGICAL_EXTERNAL_TABLE = “LOGICAL_EXTERNAL_TABLE”
static

A constant for the ShowTableResponse.TableDescriptions options.

Definition at line 861 of file ShowTable.cs.

◆ LOGICAL_VIEW

const string kinetica.ShowTableResponse.TableDescriptions.LOGICAL_VIEW = “LOGICAL_VIEW”
static

A constant for the ShowTableResponse.TableDescriptions options.

Definition at line 865 of file ShowTable.cs.

◆ MATERIALIZED_EXTERNAL_TABLE

const string kinetica.ShowTableResponse.TableDescriptions.MATERIALIZED_EXTERNAL_TABLE = “MATERIALIZED_EXTERNAL_TABLE”
static

A constant for the ShowTableResponse.TableDescriptions options.

Definition at line 869 of file ShowTable.cs.

◆ MATERIALIZED_VIEW

const string kinetica.ShowTableResponse.TableDescriptions.MATERIALIZED_VIEW = “MATERIALIZED_VIEW”
static

A constant for the ShowTableResponse.TableDescriptions options.

Definition at line 873 of file ShowTable.cs.

◆ MATERIALIZED_VIEW_MEMBER

const string kinetica.ShowTableResponse.TableDescriptions.MATERIALIZED_VIEW_MEMBER = “MATERIALIZED_VIEW_MEMBER”
static

A constant for the ShowTableResponse.TableDescriptions options.

Definition at line 877 of file ShowTable.cs.

◆ MATERIALIZED_VIEW_UNDER_CONSTRUCTION

const string kinetica.ShowTableResponse.TableDescriptions.MATERIALIZED_VIEW_UNDER_CONSTRUCTION = “MATERIALIZED_VIEW_UNDER_CONSTRUCTION”
static

A constant for the ShowTableResponse.TableDescriptions options.

Definition at line 881 of file ShowTable.cs.

◆ REPLICATED

const string kinetica.ShowTableResponse.TableDescriptions.REPLICATED = “REPLICATED”
static

A constant for the ShowTableResponse.TableDescriptions options.

Definition at line 885 of file ShowTable.cs.

◆ RESULT_TABLE

const string kinetica.ShowTableResponse.TableDescriptions.RESULT_TABLE = “RESULT_TABLE”
static

A constant for the ShowTableResponse.TableDescriptions options.

Definition at line 889 of file ShowTable.cs.

◆ SCHEMA

const string kinetica.ShowTableResponse.TableDescriptions.SCHEMA = “SCHEMA”
static

A constant for the ShowTableResponse.TableDescriptions options.

Definition at line 893 of file ShowTable.cs.

◆ VIEW

const string kinetica.ShowTableResponse.TableDescriptions.VIEW = “VIEW”
static

A constant for the ShowTableResponse.TableDescriptions options.

Definition at line 897 of file ShowTable.cs.


The documentation for this struct was generated from the following files:
  • _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/ShowTable.cs
  • Kinetica/Protocol/ShowTable.cs