GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for 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 |
A set of input parameters for const.
Deletes a proc. Any currently running instances of the proc will be killed.
Definition at line 19 of file delete_proc.h.
|
inline |
Constructs a DeleteProcRequest object with default parameter values.
Definition at line 25 of file delete_proc.h.
|
inline |
Constructs a DeleteProcRequest object with the specified 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.
std::map<std::string, std::string> gpudb::DeleteProcRequest::options |
Definition at line 46 of file delete_proc.h.
std::string gpudb::DeleteProcRequest::procName |
Definition at line 45 of file delete_proc.h.