|
GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/alter_table_monitor.h>
Public Member Functions | |
| AlterTableMonitorResponse () | |
| Constructs an AlterTableMonitorResponse object with default parameter values. More... | |
Public Attributes | |
| std::string | topicId |
| std::map< std::string, std::string > | info |
A set of output parameters for const.
Alters a table monitor previously created with const.
Definition at line 125 of file alter_table_monitor.h.
|
inline |
Constructs an AlterTableMonitorResponse object with default parameter values.
Definition at line 132 of file alter_table_monitor.h.
| std::map<std::string, std::string> gpudb::AlterTableMonitorResponse::info |
Definition at line 139 of file alter_table_monitor.h.
| std::string gpudb::AlterTableMonitorResponse::topicId |
Definition at line 138 of file alter_table_monitor.h.