Skip to main content

A set of results returned by GPUdb::hasProc. More…

#include <gpudb/protocol/has_proc.h>

Public Member Functions

 HasProcResponse ()
 Constructs a HasProcResponse object with default parameters.
 

Public Attributes

std::string procName
 Value of procName.
 
bool procExists
 Indicates whether the proc exists or not.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::hasProc.

Definition at line 101 of file has_proc.h.

Constructor & Destructor Documentation

◆ HasProcResponse()

gpudb::HasProcResponse::HasProcResponse ()
inline

Constructs a HasProcResponse object with default parameters.

Definition at line 106 of file has_proc.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 131 of file has_proc.h.

◆ procExists

bool gpudb::HasProcResponse::procExists

Indicates whether the proc exists or not.

Supported values:

  • true
  • false

Definition at line 126 of file has_proc.h.

◆ procName

std::string gpudb::HasProcResponse::procName

Value of procName.

Definition at line 116 of file has_proc.h.


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