Skip to main content

A set of string constants for the parameter ShowSqlProcResponse.additional_info. More…

Static Public Attributes

const string EXECUTE_AS = “execute_as”
 The periodic execution impersonate user.
 
const string EXECUTE_INTERVAL = “execute_interval”
 The periodic execution interval in seconds.
 
const string EXECUTE_START_TIME = “execute_start_time”
 The initial date/time that periodic execution began.
 
const string EXECUTE_STOP_TIME = “execute_stop_time”
 Time at which the periodic execution stops.
 

Detailed Description

A set of string constants for the parameter ShowSqlProcResponse.additional_info.

Additional information about the respective tables in the requested procedures.

Definition at line 151 of file ShowSqlProc.cs.

Member Data Documentation

◆ EXECUTE_AS

const string kinetica.ShowSqlProcResponse.AdditionalInfo.EXECUTE_AS = “execute_as”
static

The periodic execution impersonate user.

The default value is ”.

Definition at line 155 of file ShowSqlProc.cs.

◆ EXECUTE_INTERVAL

const string kinetica.ShowSqlProcResponse.AdditionalInfo.EXECUTE_INTERVAL = “execute_interval”
static

The periodic execution interval in seconds.

The default value is ”.

Definition at line 159 of file ShowSqlProc.cs.

◆ EXECUTE_START_TIME

const string kinetica.ShowSqlProcResponse.AdditionalInfo.EXECUTE_START_TIME = “execute_start_time”
static

The initial date/time that periodic execution began.

The default value is ”.

Definition at line 164 of file ShowSqlProc.cs.

◆ EXECUTE_STOP_TIME

const string kinetica.ShowSqlProcResponse.AdditionalInfo.EXECUTE_STOP_TIME = “execute_stop_time”
static

Time at which the periodic execution stops.

The default value is ”.

Definition at line 168 of file ShowSqlProc.cs.


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