A set of string constants for the parameter RawExecuteSqlResponse.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 RawExecuteSqlResponse.paging_table, created as result of the query. | |
Detailed Description
A set of string constants for the parameter RawExecuteSqlResponse.info.
Additional information.
Definition at line 1927 of file ExecuteSql.cs.
Member Data Documentation
◆ COUNT
| static |
Number of records without final limits applied.
Definition at line 1930 of file ExecuteSql.cs.
◆ RESULT_TABLE_LIST
| static |
List of tables, comma-separated, in addition to the RawExecuteSqlResponse.paging_table, created as result of the query.
These should be cleared by the caller when they are done querying.
Definition at line 1937 of file ExecuteSql.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/ExecuteSql.cs
- Kinetica/Protocol/ExecuteSql.cs