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

A set of output parameters for const. More...

#include <gpudb/protocol/show_proc.h>

Public Member Functions

 ShowProcResponse ()
 Constructs a ShowProcResponse object with default parameter values. More...
 

Public Attributes

std::vector< std::string > procNames
 
std::vector< std::string > executionModes
 
std::vector< std::map
< std::string, std::vector
< uint8_t > > > 
files
 
std::vector< std::string > commands
 
std::vector< std::vector
< std::string > > 
args
 
std::vector< std::map
< std::string, std::string > > 
options
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Shows information about a proc.

Definition at line 113 of file show_proc.h.

Constructor & Destructor Documentation

gpudb::ShowProcResponse::ShowProcResponse ( )
inline

Constructs a ShowProcResponse object with default parameter values.

Definition at line 119 of file show_proc.h.

Member Data Documentation

std::vector<std::vector<std::string> > gpudb::ShowProcResponse::args

Definition at line 134 of file show_proc.h.

std::vector<std::string> gpudb::ShowProcResponse::commands

Definition at line 133 of file show_proc.h.

std::vector<std::string> gpudb::ShowProcResponse::executionModes

Definition at line 131 of file show_proc.h.

std::vector<std::map<std::string, std::vector<uint8_t> > > gpudb::ShowProcResponse::files

Definition at line 132 of file show_proc.h.

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

Definition at line 136 of file show_proc.h.

std::vector<std::map<std::string, std::string> > gpudb::ShowProcResponse::options

Definition at line 135 of file show_proc.h.

std::vector<std::string> gpudb::ShowProcResponse::procNames

Definition at line 130 of file show_proc.h.


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