◆ showSqlProc() [1/4]
| ShowSqlProcResponse gpudb::GPUdb::showSqlProc | ( | const ShowSqlProcRequest & | request_ | ) | const |
◆ showSqlProc() [2/4]
| ShowSqlProcResponse & gpudb::GPUdb::showSqlProc | ( | const ShowSqlProcRequest & | request_, |
| ShowSqlProcResponse & | response_ ) const |
Shows information about SQL procedures, including the full definition of each requested procedure.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ showSqlProc() [3/4]
| ShowSqlProcResponse gpudb::GPUdb::showSqlProc | ( | const std::string & | procedureName, |
| const std::map< std::string, std::string > & | options ) const |
Shows information about SQL procedures, including the full definition of each requested procedure.
Parameters
| [in] | procedureName | Name of the procedure for which to retrieve the information. If blank, then information about all procedures is returned. The default value is ”. |
| [in] | options | Optional parameters.
|
Returns
Response object containing the result of the operation.
◆ showSqlProc() [4/4]
| ShowSqlProcResponse & gpudb::GPUdb::showSqlProc | ( | const std::string & | procedureName, |
| const std::map< std::string, std::string > & | options, | ||
| ShowSqlProcResponse & | response_ ) const |
Shows information about SQL procedures, including the full definition of each requested procedure.
Parameters
| [in] | procedureName | Name of the procedure for which to retrieve the information. If blank, then information about all procedures is returned. The default value is ”. |
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).