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

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

#include <gpudb/protocol/delete_graph.h>

Public Member Functions

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

Public Attributes

bool result
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

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

Definition at line 115 of file delete_graph.h.

Constructor & Destructor Documentation

gpudb::DeleteGraphResponse::DeleteGraphResponse ( )
inline

Constructs a DeleteGraphResponse object with default parameter values.

Definition at line 122 of file delete_graph.h.

Member Data Documentation

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

Definition at line 129 of file delete_graph.h.

bool gpudb::DeleteGraphResponse::result

Definition at line 128 of file delete_graph.h.


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