GPUdb C++ API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
gpudb::AdminVerifyDbResponse Struct Reference

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

#include <gpudb/protocol/admin_verify_db.h>

Public Member Functions

 AdminVerifyDbResponse ()
 Constructs an AdminVerifyDbResponse object with default parameter values. More...
 

Public Attributes

bool verifiedOk
 
std::vector< std::string > errorList
 

Detailed Description

A set of output 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 95 of file admin_verify_db.h.

Constructor & Destructor Documentation

gpudb::AdminVerifyDbResponse::AdminVerifyDbResponse ( )
inline

Constructs an AdminVerifyDbResponse object with default parameter values.

Definition at line 102 of file admin_verify_db.h.

Member Data Documentation

std::vector<std::string> gpudb::AdminVerifyDbResponse::errorList

Definition at line 109 of file admin_verify_db.h.

bool gpudb::AdminVerifyDbResponse::verifiedOk

Definition at line 108 of file admin_verify_db.h.


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