7 using System.Collections.Generic;
68 public const string TRUE =
"true";
69 public const string FALSE =
"false";
102 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
141 IDictionary<string, string>
options = null)
144 this.options =
options ??
new Dictionary<string, string>();
190 public IList<IDictionary<string, string>>
additional_info {
get; set; } =
new List<IDictionary<string, string>>();
193 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.
ShowSqlProcRequest(string procedure_name=null, IDictionary< string, string > options=null)
Constructs a ShowSqlProcRequest object with the specified parameters.
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(string,IDictionary{string, string}).
Additional information about the respective tables in the requested procedures.
const string EXECUTE_START_TIME
The initial date/time that periodic execution began.
IList< IDictionary< string, string > > additional_info
Additional information about the respective tables in the requested procedures.
A set of parameters for Kinetica.showSqlProc(string,IDictionary{string, string}). ...
const string EXECUTE_INTERVAL
The periodic execution interval in seconds.
KineticaData - class to help with Avro Encoding for Kinetica