GPUdb C++ API
Version 7.0.19.0
|
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 |
std::map< std::string, std::string > | info |
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 145 of file admin_verify_db.h.
|
inline |
Constructs an AdminVerifyDbResponse object with default parameter values.
Definition at line 152 of file admin_verify_db.h.
std::vector<std::string> gpudb::AdminVerifyDbResponse::errorList |
Definition at line 160 of file admin_verify_db.h.
std::map<std::string, std::string> gpudb::AdminVerifyDbResponse::info |
Definition at line 161 of file admin_verify_db.h.
bool gpudb::AdminVerifyDbResponse::verifiedOk |
Definition at line 159 of file admin_verify_db.h.