GPUdb C++ API  Version 7.2.2.4
gpudb::HasSchemaResponse Struct Reference

A set of results returned by GPUdb::hasSchema. More...

#include <gpudb/protocol/has_schema.h>

Public Member Functions

 HasSchemaResponse ()
 Constructs a HasSchemaResponse object with default parameters. More...
 

Public Attributes

std::string schemaName
 Value of schemaName. More...
 
bool schemaExists
 Indicates whether the schema exists or not. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::hasSchema.

Definition at line 106 of file has_schema.h.

Constructor & Destructor Documentation

◆ HasSchemaResponse()

gpudb::HasSchemaResponse::HasSchemaResponse ( )
inline

Constructs a HasSchemaResponse object with default parameters.

Definition at line 111 of file has_schema.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 136 of file has_schema.h.

◆ schemaExists

bool gpudb::HasSchemaResponse::schemaExists

Indicates whether the schema exists or not.

Supported values:

  • true
  • false

Definition at line 131 of file has_schema.h.

◆ schemaName

std::string gpudb::HasSchemaResponse::schemaName

Value of schemaName.

Definition at line 121 of file has_schema.h.


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