GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/delete_proc.h>
Public Member Functions | |
DeleteProcResponse () | |
Constructs a DeleteProcResponse object with default parameter values. More... | |
Public Attributes | |
std::string | procName |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Deletes a proc. Any currently running instances of the proc will be killed.
Definition at line 102 of file delete_proc.h.
|
inline |
Constructs a DeleteProcResponse object with default parameter values.
Definition at line 109 of file delete_proc.h.
std::map<std::string, std::string> gpudb::DeleteProcResponse::info |
Definition at line 116 of file delete_proc.h.
std::string gpudb::DeleteProcResponse::procName |
Definition at line 115 of file delete_proc.h.