GPUdb C++ API  Version 6.2.0.3
gpudb::DeleteProcRequest Struct Reference

A set of input parameters for deleteProc(const DeleteProcRequest&) const. More...

#include <gpudb/protocol/delete_proc.h>

Public Member Functions

 DeleteProcRequest ()
 Constructs a DeleteProcRequest object with default parameter values. More...
 
 DeleteProcRequest (const std::string &procName_, const std::map< std::string, std::string > &options_)
 Constructs a DeleteProcRequest object with the specified parameters. More...
 

Public Attributes

std::string procName
 
std::map< std::string, std::string > options
 

Detailed Description

A set of input parameters for deleteProc(const DeleteProcRequest&) const.

Deletes a proc. Any currently running instances of the proc will be killed.

Definition at line 19 of file delete_proc.h.

Constructor & Destructor Documentation

◆ DeleteProcRequest() [1/2]

gpudb::DeleteProcRequest::DeleteProcRequest ( )
inline

Constructs a DeleteProcRequest object with default parameter values.

Definition at line 25 of file delete_proc.h.

◆ DeleteProcRequest() [2/2]

gpudb::DeleteProcRequest::DeleteProcRequest ( const std::string &  procName_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a DeleteProcRequest object with the specified parameters.

Parameters
[in]procName_Name of the proc to be deleted. Must be the name of a currently existing proc.
[in]options_Optional parameters.

Definition at line 39 of file delete_proc.h.

Member Data Documentation

◆ options

std::map<std::string, std::string> gpudb::DeleteProcRequest::options

Definition at line 46 of file delete_proc.h.

◆ procName

std::string gpudb::DeleteProcRequest::procName

Definition at line 45 of file delete_proc.h.


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