GPUdb C++ API
Version 7.0.19.0
|
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 |
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.
|
inline |
Constructs an AdminVerifyDbRequest object with default parameter values.
Definition at line 27 of file admin_verify_db.h.
|
inline |
Constructs an AdminVerifyDbRequest object with the specified parameters.
[in] | options_ | Optional parameters.
|
Definition at line 89 of file admin_verify_db.h.
std::map<std::string, std::string> gpudb::AdminVerifyDbRequest::options |
Definition at line 94 of file admin_verify_db.h.