| 
    GPUdb C++ API
    Version 6.2.0.3
    
   | 
 
A set of output parameters for showProc(const ShowProcRequest&) 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 | 
A set of output parameters for showProc(const ShowProcRequest&) const.
Shows information about a proc.
Definition at line 113 of file show_proc.h.
      
  | 
  inline | 
Constructs a ShowProcResponse object with default parameter values.
Definition at line 119 of file show_proc.h.
| std::vector<std::vector<std::string> > gpudb::ShowProcResponse::args | 
Definition at line 133 of file show_proc.h.
| std::vector<std::string> gpudb::ShowProcResponse::commands | 
Definition at line 132 of file show_proc.h.
| std::vector<std::string> gpudb::ShowProcResponse::executionModes | 
Definition at line 130 of file show_proc.h.
| std::vector<std::map<std::string, std::vector<uint8_t> > > gpudb::ShowProcResponse::files | 
Definition at line 131 of file show_proc.h.
| std::vector<std::map<std::string, std::string> > gpudb::ShowProcResponse::options | 
Definition at line 134 of file show_proc.h.
| std::vector<std::string> gpudb::ShowProcResponse::procNames | 
Definition at line 129 of file show_proc.h.