GPUdb C++ API  Version 6.2.0.3
gpudb::HasProcResponse Struct Reference

A set of output parameters for hasProc(const HasProcRequest&) 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
 

Detailed Description

A set of output parameters for hasProc(const HasProcRequest&) const.

Checks the existence of a proc with the given name.

Definition at line 99 of file has_proc.h.

Constructor & Destructor Documentation

◆ HasProcResponse()

gpudb::HasProcResponse::HasProcResponse ( )
inline

Constructs a HasProcResponse object with default parameter values.

Definition at line 105 of file has_proc.h.

Member Data Documentation

◆ procExists

bool gpudb::HasProcResponse::procExists

Definition at line 112 of file has_proc.h.

◆ procName

std::string gpudb::HasProcResponse::procName

Definition at line 111 of file has_proc.h.


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