GPUdb C++ API  Version 6.2.0.3
gpudb::CreateUserInternalResponse Struct Reference

A set of output parameters for createUserInternal(const CreateUserInternalRequest&) 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
 

Detailed Description

A set of output parameters for createUserInternal(const CreateUserInternalRequest&) const.

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

Definition at line 117 of file create_user_internal.h.

Constructor & Destructor Documentation

◆ CreateUserInternalResponse()

gpudb::CreateUserInternalResponse::CreateUserInternalResponse ( )
inline

Constructs a CreateUserInternalResponse object with default parameter values.

Definition at line 124 of file create_user_internal.h.

Member Data Documentation

◆ name

std::string gpudb::CreateUserInternalResponse::name

Definition at line 129 of file create_user_internal.h.


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