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

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

#include <gpudb/protocol/has_type.h>

Public Member Functions

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

Public Attributes

std::string typeId
 
bool typeExists
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Check for the existence of a type.

Definition at line 100 of file has_type.h.

Constructor & Destructor Documentation

gpudb::HasTypeResponse::HasTypeResponse ( )
inline

Constructs a HasTypeResponse object with default parameter values.

Definition at line 106 of file has_type.h.

Member Data Documentation

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

Definition at line 115 of file has_type.h.

bool gpudb::HasTypeResponse::typeExists

Definition at line 114 of file has_type.h.

std::string gpudb::HasTypeResponse::typeId

Definition at line 113 of file has_type.h.


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