Skip to main content

A set of string constants for the parameter ExecuteSqlResponse.info. More…

Static Public Attributes

const string COUNT = “count”
 Number of records without final limits applied.
 
const string RESULT_TABLE_LIST = “result_table_list”
 List of tables, comma-separated, in addition to the ExecuteSqlResponse.paging_table, created as result of the query.
 

Detailed Description

A set of string constants for the parameter ExecuteSqlResponse.info.

Additional information.

Definition at line 2025 of file ExecuteSql.cs.

Member Data Documentation

◆ COUNT

const string kinetica.ExecuteSqlResponse.Info.COUNT = “count”
static

Number of records without final limits applied.

Definition at line 2028 of file ExecuteSql.cs.

◆ RESULT_TABLE_LIST

const string kinetica.ExecuteSqlResponse.Info.RESULT_TABLE_LIST = “result_table_list”
static

List of tables, comma-separated, in addition to the ExecuteSqlResponse.paging_table, created as result of the query.

These should be cleared by the caller when they are done querying.

Definition at line 2035 of file ExecuteSql.cs.


The documentation for this struct was generated from the following files: