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

A set of parameters for GPUdb::alterWal. More...

#include <gpudb/protocol/alter_wal.h>

Public Member Functions

 AlterWalRequest ()
 Constructs an AlterWalRequest object with default parameters. More...
 
 AlterWalRequest (const std::vector< std::string > &tableNames_, const std::map< std::string, std::string > &options_)
 Constructs an AlterWalRequest object with the specified parameters. More...
 

Public Attributes

std::vector< std::string > tableNames
 List of tables to modify. More...
 
std::map< std::string, std::string > options
 Optional parameters. More...
 

Detailed Description

A set of parameters for GPUdb::alterWal.

Alters table wal settings. Returns information about the requested table wal modifications.

Definition at line 18 of file alter_wal.h.

Constructor & Destructor Documentation

◆ AlterWalRequest() [1/2]

gpudb::AlterWalRequest::AlterWalRequest ( )
inline

Constructs an AlterWalRequest object with default parameters.

Definition at line 23 of file alter_wal.h.

◆ AlterWalRequest() [2/2]

gpudb::AlterWalRequest::AlterWalRequest ( const std::vector< std::string > &  tableNames_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs an AlterWalRequest object with the specified parameters.

Parameters
[in]tableNames_List of tables to modify. An asterisk changes the system settings.
[in]options_Optional parameters. The default value is an empty map.

Definition at line 143 of file alter_wal.h.

Member Data Documentation

◆ options

std::map<std::string, std::string> gpudb::AlterWalRequest::options

Optional parameters.

The default value is an empty map.

Definition at line 231 of file alter_wal.h.

◆ tableNames

std::vector<std::string> gpudb::AlterWalRequest::tableNames

List of tables to modify.

An asterisk changes the system settings.

Definition at line 152 of file alter_wal.h.


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