GPUdb C++ API
Version 6.2.0.3
|
A set of output parameters for deleteProc(const DeleteProcRequest&) 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 |
A set of output parameters for deleteProc(const DeleteProcRequest&) 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::string gpudb::DeleteProcResponse::procName |
Definition at line 114 of file delete_proc.h.