7 using System.Collections.Generic;
39 public const string TRUE =
"true";
40 public const string FALSE =
"false";
73 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
110 IDictionary<string, string>
options =
null)
184 public IList<IDictionary<string, string>>
additional_info {
get;
set; } =
new List<IDictionary<string, string>>();
187 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
IList< string > procedure_definitions
A list of the definitions for the requested procedures.
const string NO_ERROR_IF_NOT_EXISTS
If TRUE, no error will be returned if the requested procedure does not exist.
string procedure_name
Name of the procedure for which to retrieve the information.
IList< string > procedure_names
A list of the names of the requested procedures.
const string EXECUTE_STOP_TIME
Time at which the periodic execution stops.
ShowSqlProcRequest(string procedure_name=null, IDictionary< string, string > options=null)
Constructs a ShowSqlProcRequest object with the specified parameters.
const string EXECUTE_AS
The periodic execution impersonate user.
IDictionary< string, string > info
Additional information.
IDictionary< string, string > options
Optional parameters.
ShowSqlProcRequest()
Constructs a ShowSqlProcRequest object with default parameters.
A set of results returned by Kinetica.showSqlProc.
A set of string constants for the parameter additional_info.
const string EXECUTE_START_TIME
The initial date/time that periodic execution began.
A set of string constants for the parameter options.
IList< IDictionary< string, string > > additional_info
Additional information about the respective tables in the requested procedures.
A set of parameters for Kinetica.showSqlProc.
const string EXECUTE_INTERVAL
The periodic execution interval in seconds.
KineticaData - class to help with Avro Encoding for Kinetica