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

A set of output parameters for executeProc(const ExecuteProcRequest&) const. More...

#include <gpudb/protocol/execute_proc.h>

Public Member Functions

 ExecuteProcResponse ()
 Constructs an ExecuteProcResponse object with default parameter values. More...
 

Public Attributes

std::string runId
 

Detailed Description

A set of output parameters for executeProc(const ExecuteProcRequest&) const.

Executes a proc. This endpoint is asynchronous and does not wait for the proc to complete before returning.

Definition at line 220 of file execute_proc.h.

Constructor & Destructor Documentation

◆ ExecuteProcResponse()

gpudb::ExecuteProcResponse::ExecuteProcResponse ( )
inline

Constructs an ExecuteProcResponse object with default parameter values.

Definition at line 227 of file execute_proc.h.

Member Data Documentation

◆ runId

std::string gpudb::ExecuteProcResponse::runId

Definition at line 232 of file execute_proc.h.


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