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

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

#include <gpudb/protocol/alter_wal.h>

Public Member Functions

 AlterWalResponse ()
 Constructs an AlterWalResponse object with default parameters. More...
 

Public Attributes

std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::alterWal.

Definition at line 283 of file alter_wal.h.

Constructor & Destructor Documentation

◆ AlterWalResponse()

gpudb::AlterWalResponse::AlterWalResponse ( )
inline

Constructs an AlterWalResponse object with default parameters.

Definition at line 288 of file alter_wal.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 296 of file alter_wal.h.


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