◆ dropCredential() [1/4]
| DropCredentialResponse gpudb::GPUdb::dropCredential | ( | const DropCredentialRequest & | request_ | ) | const |
Drop an existing credential.
Parameters
| [in] | request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
◆ dropCredential() [2/4]
| DropCredentialResponse & gpudb::GPUdb::dropCredential | ( | const DropCredentialRequest & | request_, |
| DropCredentialResponse & | response_ ) const |
Drop an existing credential.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ dropCredential() [3/4]
| DropCredentialResponse gpudb::GPUdb::dropCredential | ( | const std::string & | credentialName, |
| const std::map< std::string, std::string > & | options ) const |
Drop an existing credential.
Parameters
| [in] | credentialName | Name of the credential to be dropped. Must be an existing credential. |
| [in] | options | Optional parameters. The default value is an empty map. |
Returns
Response object containing the result of the operation.
◆ dropCredential() [4/4]
| DropCredentialResponse & gpudb::GPUdb::dropCredential | ( | const std::string & | credentialName, |
| const std::map< std::string, std::string > & | options, | ||
| DropCredentialResponse & | response_ ) const |
Drop an existing credential.
Parameters
| [in] | credentialName | Name of the credential to be dropped. Must be an existing credential. |
| [in] | options | Optional parameters. The default value is an empty map. |
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).