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
| static |
A boolean constant for the ShowSqlProcRequest.Options options.
Definition at line 51 of file ShowSqlProc.cs.
◆ NO_ERROR_IF_NOT_EXISTS
| static |
◆ 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:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/ShowSqlProc.cs
- Kinetica/Protocol/ShowSqlProc.cs