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

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ DeleteProcResponse()

gpudb::DeleteProcResponse::DeleteProcResponse ( )
inline

Constructs a DeleteProcResponse object with default parameter values.

Definition at line 109 of file delete_proc.h.

Member Data Documentation

◆ procName

std::string gpudb::DeleteProcResponse::procName

Definition at line 114 of file delete_proc.h.


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