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

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

#include <gpudb/protocol/has_schema.h>

Public Member Functions

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

Public Attributes

std::string schemaName
 
bool schemaExists
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Checks for the existence of a schema with the given name.

Definition at line 102 of file has_schema.h.

Constructor & Destructor Documentation

gpudb::HasSchemaResponse::HasSchemaResponse ( )
inline

Constructs a HasSchemaResponse object with default parameter values.

Definition at line 108 of file has_schema.h.

Member Data Documentation

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

Definition at line 117 of file has_schema.h.

bool gpudb::HasSchemaResponse::schemaExists

Definition at line 116 of file has_schema.h.

std::string gpudb::HasSchemaResponse::schemaName

Definition at line 115 of file has_schema.h.


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