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

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

#include <gpudb/protocol/has_proc.h>

Public Member Functions

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

Public Attributes

std::string procName
 
bool procExists
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Checks the existence of a proc with the given name.

Definition at line 99 of file has_proc.h.

Constructor & Destructor Documentation

gpudb::HasProcResponse::HasProcResponse ( )
inline

Constructs a HasProcResponse object with default parameter values.

Definition at line 105 of file has_proc.h.

Member Data Documentation

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

Definition at line 114 of file has_proc.h.

bool gpudb::HasProcResponse::procExists

Definition at line 113 of file has_proc.h.

std::string gpudb::HasProcResponse::procName

Definition at line 112 of file has_proc.h.


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