Skip to main content

◆ showSqlProc() [1/4]

ShowSqlProcResponse gpudb::GPUdb::showSqlProc (const ShowSqlProcRequest &request_) const

Shows information about SQL procedures, including the full definition of each requested procedure.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ 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
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
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]procedureNameName of the procedure for which to retrieve the information. If blank, then information about all procedures is returned. The default value is ”.
[in]optionsOptional parameters.The default value is an empty map.
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]procedureNameName of the procedure for which to retrieve the information. If blank, then information about all procedures is returned. The default value is ”.
[in]optionsOptional parameters.The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).