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

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

#include <gpudb/protocol/delete_proc.h>

Public Member Functions

 DeleteProcRequest ()
 Constructs a DeleteProcRequest object with default parameter values. More...
 
 DeleteProcRequest (const std::string &procName_, const std::map< std::string, std::string > &options_)
 Constructs a DeleteProcRequest object with the specified parameters. More...
 

Public Attributes

std::string procName
 
std::map< std::string,
std::string > 
options
 

Detailed Description

A set of input parameters for const.

Deletes a proc. Any currently running instances of the proc will be killed.

Definition at line 19 of file delete_proc.h.

Constructor & Destructor Documentation

gpudb::DeleteProcRequest::DeleteProcRequest ( )
inline

Constructs a DeleteProcRequest object with default parameter values.

Definition at line 25 of file delete_proc.h.

gpudb::DeleteProcRequest::DeleteProcRequest ( const std::string &  procName_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a DeleteProcRequest object with the specified parameters.

Parameters
[in]procName_Name of the proc to be deleted. Must be the name of a currently existing proc.
[in]options_Optional parameters.

Definition at line 39 of file delete_proc.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::DeleteProcRequest::options

Definition at line 46 of file delete_proc.h.

std::string gpudb::DeleteProcRequest::procName

Definition at line 45 of file delete_proc.h.


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