GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::DeleteProcResponse Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::DeleteProcResponse::DeleteProcResponse ( )
inline

Constructs a DeleteProcResponse object with default parameter values.

Definition at line 109 of file delete_proc.h.

Member Data Documentation

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.


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