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

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

#include <gpudb/protocol/create_user_internal.h>

Public Member Functions

 CreateUserInternalResponse ()
 Constructs a CreateUserInternalResponse object with default parameter values. More...
 

Public Attributes

std::string name
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Creates a new internal user (a user whose credentials are managed by the database system).

Definition at line 123 of file create_user_internal.h.

Constructor & Destructor Documentation

gpudb::CreateUserInternalResponse::CreateUserInternalResponse ( )
inline

Constructs a CreateUserInternalResponse object with default parameter values.

Definition at line 130 of file create_user_internal.h.

Member Data Documentation

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

Definition at line 137 of file create_user_internal.h.

std::string gpudb::CreateUserInternalResponse::name

Definition at line 136 of file create_user_internal.h.


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