6 #ifndef __ADMIN_VERIFY_DB_H__ 
    7 #define __ADMIN_VERIFY_DB_H__ 
   28             options(std::map<std::string, std::string>())
 
   44         std::map<std::string, std::string> 
options;
 
   50     template<> 
struct codec_traits<gpudb::AdminVerifyDbRequest>
 
   59             if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
 
   61                 const std::vector<size_t> fo = rd->fieldOrder();
 
   63                 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
 
  115     template<> 
struct codec_traits<gpudb::AdminVerifyDbResponse>
 
  125             if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
 
  127                 const std::vector<size_t> fo = rd->fieldOrder();
 
  129                 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
 
A set of output parameters for const. 
 
AdminVerifyDbResponse()
Constructs an AdminVerifyDbResponse object with default parameter values. 
 
AdminVerifyDbRequest(const std::map< std::string, std::string > &options_)
Constructs an AdminVerifyDbRequest object with the specified parameters. 
 
A set of input parameters for const. 
 
std::vector< std::string > errorList
 
std::map< std::string, std::string > options
 
AdminVerifyDbRequest()
Constructs an AdminVerifyDbRequest object with default parameter values.