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

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

#include <gpudb/protocol/admin_verify_db.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

A set of input parameters for const.

Verify database is in a consistent state. When inconsistencies or errors are found, the verified_ok flag in the response is set to false and the list of errors found is provided in the error_list.

Definition at line 20 of file admin_verify_db.h.

Constructor & Destructor Documentation

gpudb::AdminVerifyDbRequest::AdminVerifyDbRequest ( )
inline

Constructs an AdminVerifyDbRequest object with default parameter values.

Definition at line 27 of file admin_verify_db.h.

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

Constructs an AdminVerifyDbRequest object with the specified parameters.

Parameters
[in]options_Optional parameters.

Definition at line 89 of file admin_verify_db.h.

Member Data Documentation

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

Definition at line 94 of file admin_verify_db.h.


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