◆ showSqlProc() [1/2]
| inline |
Shows information about SQL procedures, including the full definition of each requested procedure.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 61542 of file KineticaFunctions.cs.
◆ showSqlProc() [2/2]
| inline |
Shows information about SQL procedures, including the full definition of each requested procedure.
Parameters
| procedure_name | Name of the procedure for which to retrieve the information. If blank, then information about all procedures is returned. The default value is ”. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 61605 of file KineticaFunctions.cs.
◆ ShowSqlProcAsync() [1/2]
| inline |
Shows information about SQL procedures, including the full definition of each requested procedure.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 61558 of file KineticaFunctions.cs.
◆ ShowSqlProcAsync() [2/2]
| inline |
Shows information about SQL procedures, including the full definition of each requested procedure.
(async)
Parameters
| procedure_name | Name of the procedure for which to retrieve the information. If blank, then information about all procedures is returned. The default value is ”. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 61652 of file KineticaFunctions.cs.