GPUdb C++ API
Version 7.2.2.4
|
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... | |
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.
|
inline |
Constructs an AlterWalRequest object with default parameters.
Definition at line 23 of file alter_wal.h.
|
inline |
Constructs an AlterWalRequest object with the specified parameters.
[in] | tableNames_ | List of tables to modify. An asterisk changes the system settings. |
[in] | options_ | Optional parameters.
|
Definition at line 143 of file alter_wal.h.
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.
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.