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

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

#include <gpudb/protocol/has_type.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

A set of input parameters for const.

Check for the existence of a type.

Definition at line 18 of file has_type.h.

Constructor & Destructor Documentation

gpudb::HasTypeRequest::HasTypeRequest ( )
inline

Constructs a HasTypeRequest object with default parameter values.

Definition at line 24 of file has_type.h.

gpudb::HasTypeRequest::HasTypeRequest ( const std::string &  typeId_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a HasTypeRequest object with the specified parameters.

Parameters
[in]typeId_Id of the type returned in response to /create/type request.
[in]options_Optional parameters.

Definition at line 38 of file has_type.h.

Member Data Documentation

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

Definition at line 45 of file has_type.h.

std::string gpudb::HasTypeRequest::typeId

Definition at line 44 of file has_type.h.


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