GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::alterCredential. More...
#include <gpudb/protocol/alter_credential.h>
Public Member Functions | |
AlterCredentialRequest () | |
Constructs an AlterCredentialRequest object with default parameters. More... | |
AlterCredentialRequest (const std::string &credentialName_, const std::map< std::string, std::string > &credentialUpdatesMap_, const std::map< std::string, std::string > &options_) | |
Constructs an AlterCredentialRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | credentialName |
Name of the credential to be altered. More... | |
std::map< std::string, std::string > | credentialUpdatesMap |
Map containing the properties of the credential to be updated. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::alterCredential.
Alter the properties of an existing credential.
Definition at line 19 of file alter_credential.h.
|
inline |
Constructs an AlterCredentialRequest object with default parameters.
Definition at line 24 of file alter_credential.h.
|
inline |
Constructs an AlterCredentialRequest object with the specified parameters.
[in] | credentialName_ | Name of the credential to be altered. Must be an existing credential. |
[in] | credentialUpdatesMap_ | Map containing the properties of the credential to be updated. Error if empty.
|
[in] | options_ | Optional parameters. |
Definition at line 108 of file alter_credential.h.
std::string gpudb::AlterCredentialRequest::credentialName |
Name of the credential to be altered.
Must be an existing credential.
Definition at line 119 of file alter_credential.h.
std::map<std::string, std::string> gpudb::AlterCredentialRequest::credentialUpdatesMap |
Map containing the properties of the credential to be updated.
Error if empty.
Definition at line 165 of file alter_credential.h.
std::map<std::string, std::string> gpudb::AlterCredentialRequest::options |
Optional parameters.
Definition at line 170 of file alter_credential.h.