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

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

#include <gpudb/protocol/has_schema.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

A set of input parameters for const.

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

Definition at line 18 of file has_schema.h.

Constructor & Destructor Documentation

gpudb::HasSchemaRequest::HasSchemaRequest ( )
inline

Constructs a HasSchemaRequest object with default parameter values.

Definition at line 24 of file has_schema.h.

gpudb::HasSchemaRequest::HasSchemaRequest ( const std::string &  schemaName_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a HasSchemaRequest object with the specified parameters.

Parameters
[in]schemaName_Name of the schema to check for existence, in root, using standard name resolution rules.
[in]options_Optional parameters.

Definition at line 40 of file has_schema.h.

Member Data Documentation

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

Definition at line 47 of file has_schema.h.

std::string gpudb::HasSchemaRequest::schemaName

Definition at line 46 of file has_schema.h.


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