Skip to main content

A set of string constants for the parameter ShowSqlProcRequest.options. More…

Static Public Attributes

const string NO_ERROR_IF_NOT_EXISTS = “no_error_if_not_exists”
 If TRUE, no error will be returned if the requested procedure does not exist.
 
const string TRUE = “true”
 A boolean constant for the ShowSqlProcRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the ShowSqlProcRequest.Options options.
 

Detailed Description

A set of string constants for the parameter ShowSqlProcRequest.options.

Optional parameters.

Definition at line 21 of file ShowSqlProc.cs.

Member Data Documentation

◆ FALSE

const string kinetica.ShowSqlProcRequest.Options.FALSE = “false”
static

A boolean constant for the ShowSqlProcRequest.Options options.

Definition at line 51 of file ShowSqlProc.cs.

◆ NO_ERROR_IF_NOT_EXISTS

const string kinetica.ShowSqlProcRequest.Options.NO_ERROR_IF_NOT_EXISTS = “no_error_if_not_exists”
static

If TRUE, no error will be returned if the requested procedure does not exist.

If FALSE, an error will be returned if the requested procedure does not exist. Supported values:

The default value is FALSE.

Definition at line 43 of file ShowSqlProc.cs.

◆ TRUE

const string kinetica.ShowSqlProcRequest.Options.TRUE = “true”
static

A boolean constant for the ShowSqlProcRequest.Options options.

Definition at line 47 of file ShowSqlProc.cs.


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