GPUdb C++ API  Version 5.2.0.0
gpudb::HasTypeRequest Struct Reference

A set of input parameters for hasType(const HasTypeRequest&) 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 hasType(const HasTypeRequest&) const.

Check the existence of a type in GPUdb.

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]typeIdId of the type returned by GPUdb in response to /create/type request.
[in]optionsOptional parameters. Default value is an empty std::map.

Definition at line 39 of file has_type.h.

Member Data Documentation

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

Definition at line 46 of file has_type.h.

std::string gpudb::HasTypeRequest::typeId

Definition at line 45 of file has_type.h.


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