GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::AlterTableMetadataResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/alter_table_metadata.h>

Public Member Functions

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

Public Attributes

std::vector< std::string > tableNames
 
std::map< std::string,
std::string > 
metadataMap
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Updates (adds or changes) metadata for tables. The metadata key and values must both be strings. This is an easy way to annotate whole tables rather than single records within tables. Some examples of metadata are owner of the table, table creation timestamp etc.

Definition at line 125 of file alter_table_metadata.h.

Constructor & Destructor Documentation

gpudb::AlterTableMetadataResponse::AlterTableMetadataResponse ( )
inline

Constructs an AlterTableMetadataResponse object with default parameter values.

Definition at line 132 of file alter_table_metadata.h.

Member Data Documentation

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

Definition at line 141 of file alter_table_metadata.h.

std::map<std::string, std::string> gpudb::AlterTableMetadataResponse::metadataMap

Definition at line 140 of file alter_table_metadata.h.

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

Definition at line 139 of file alter_table_metadata.h.


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