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

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

#include <gpudb/protocol/alter_schema.h>

Public Member Functions

 AlterSchemaRequest ()
 Constructs an AlterSchemaRequest object with default parameter values. More...
 
 AlterSchemaRequest (const std::string &schemaName_, const std::string &action_, const std::string &value_, const std::map< std::string, std::string > &options_)
 Constructs an AlterSchemaRequest object with the specified parameters. More...
 

Public Attributes

std::string schemaName
 
std::string action
 
std::string value
 
std::map< std::string,
std::string > 
options
 

Detailed Description

A set of input parameters for const.

Used to change the name of a SQL-style schema, specified in schemaName.

Definition at line 20 of file alter_schema.h.

Constructor & Destructor Documentation

gpudb::AlterSchemaRequest::AlterSchemaRequest ( )
inline

Constructs an AlterSchemaRequest object with default parameter values.

Definition at line 27 of file alter_schema.h.

gpudb::AlterSchemaRequest::AlterSchemaRequest ( const std::string &  schemaName_,
const std::string &  action_,
const std::string &  value_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs an AlterSchemaRequest object with the specified parameters.

Parameters
[in]schemaName_Name of the schema to be altered.
[in]action_Modification operation to be applied
[in]value_The value of the modification, depending on action. For now the only value of action is rename_schema. In this case the value is the new name of the schema.
[in]options_Optional parameters.

Definition at line 55 of file alter_schema.h.

Member Data Documentation

std::string gpudb::AlterSchemaRequest::action

Definition at line 64 of file alter_schema.h.

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

Definition at line 66 of file alter_schema.h.

std::string gpudb::AlterSchemaRequest::schemaName

Definition at line 63 of file alter_schema.h.

std::string gpudb::AlterSchemaRequest::value

Definition at line 65 of file alter_schema.h.


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