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

A set of results returned by GPUdb::deleteProc. More...

#include <gpudb/protocol/delete_proc.h>

Public Member Functions

 DeleteProcResponse ()
 Constructs a DeleteProcResponse object with default parameters. More...
 

Public Attributes

std::string procName
 Value of procName. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::deleteProc.

Definition at line 104 of file delete_proc.h.

Constructor & Destructor Documentation

◆ DeleteProcResponse()

gpudb::DeleteProcResponse::DeleteProcResponse ( )
inline

Constructs a DeleteProcResponse object with default parameters.

Definition at line 109 of file delete_proc.h.

Member Data Documentation

◆ info

std::map<std::string, std::string> gpudb::DeleteProcResponse::info

Additional information.

Definition at line 123 of file delete_proc.h.

◆ procName

std::string gpudb::DeleteProcResponse::procName

Value of procName.

Definition at line 118 of file delete_proc.h.


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