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

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

#include <gpudb/protocol/create_proc.h>

Public Member Functions

 CreateProcResponse ()
 Constructs a CreateProcResponse 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::createProc.

Definition at line 281 of file create_proc.h.

Constructor & Destructor Documentation

◆ CreateProcResponse()

gpudb::CreateProcResponse::CreateProcResponse ( )
inline

Constructs a CreateProcResponse object with default parameters.

Definition at line 286 of file create_proc.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 300 of file create_proc.h.

◆ procName

std::string gpudb::CreateProcResponse::procName

Value of procName.

Definition at line 295 of file create_proc.h.


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