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

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

#include <gpudb/protocol/show_sql_proc.h>

Public Member Functions

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

Public Attributes

std::vector< std::string > procedureNames
 A list of the names of the requested procedures. More...
 
std::vector< std::string > procedureDefinitions
 A list of the definitions for the requested procedures. More...
 
std::vector< std::map< std::string, std::string > > additionalInfo
 Additional information about the respective tables in the requested procedures. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::showSqlProc.

Definition at line 148 of file show_sql_proc.h.

Constructor & Destructor Documentation

◆ ShowSqlProcResponse()

gpudb::ShowSqlProcResponse::ShowSqlProcResponse ( )
inline

Constructs a ShowSqlProcResponse object with default parameters.

Definition at line 153 of file show_sql_proc.h.

Member Data Documentation

◆ additionalInfo

std::vector<std::map<std::string, std::string> > gpudb::ShowSqlProcResponse::additionalInfo

Additional information about the respective tables in the requested procedures.

Definition at line 189 of file show_sql_proc.h.

◆ info

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

Additional information.

Definition at line 194 of file show_sql_proc.h.

◆ procedureDefinitions

std::vector<std::string> gpudb::ShowSqlProcResponse::procedureDefinitions

A list of the definitions for the requested procedures.

Definition at line 169 of file show_sql_proc.h.

◆ procedureNames

std::vector<std::string> gpudb::ShowSqlProcResponse::procedureNames

A list of the names of the requested procedures.

Definition at line 164 of file show_sql_proc.h.


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