Skip to main content

◆ deleteGraph() [1/4]

DeleteGraphResponse gpudb::GPUdb::deleteGraph (const DeleteGraphRequest &request_) const

Deletes an existing graph from the graph server and/or persist.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ deleteGraph() [2/4]

DeleteGraphResponse & gpudb::GPUdb::deleteGraph (const DeleteGraphRequest &request_,
DeleteGraphResponse &response_ ) const

Deletes an existing graph from the graph server and/or persist.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ deleteGraph() [3/4]

DeleteGraphResponse gpudb::GPUdb::deleteGraph (const std::string &graphName,
const std::map< std::string, std::string > &options ) const

Deletes an existing graph from the graph server and/or persist.

Parameters
[in]graphNameName of the graph to be deleted.
[in]optionsOptional parameters.The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ deleteGraph() [4/4]

DeleteGraphResponse & gpudb::GPUdb::deleteGraph (const std::string &graphName,
const std::map< std::string, std::string > &options,
DeleteGraphResponse &response_ ) const

Deletes an existing graph from the graph server and/or persist.

Parameters
[in]graphNameName of the graph to be deleted.
[in]optionsOptional 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).