#include <query_changes_db_schema.h>
◆ QueryChangesDbSchema()
◆ build_query()
  
  
      
        
          | std::string mrs::database::QueryChangesDbSchema::build_query  | 
          ( | 
          const std::string &  | 
          table_name,  | 
         
        
           | 
           | 
          const entry::UniversalId  | 
          id  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
◆ query_entries()
  
  
      
        
          | void mrs::database::QueryChangesDbSchema::query_entries  | 
          ( | 
          MySQLSession *  | 
          session | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
Fetch from database the list of all defined object/path entries. 
Except fetching the list, it also tries to fetch matching audit_log.id. 
Reimplemented from mrs::database::QueryEntriesDbSchema.
 
 
◆ query_schema_entries()
  
  
      
        
          | void mrs::database::QueryChangesDbSchema::query_schema_entries  | 
          ( | 
          MySQLSession *  | 
          session,  | 
         
        
           | 
           | 
          VectorOfEntries *  | 
          out,  | 
         
        
           | 
           | 
          const std::string &  | 
          table_name,  | 
         
        
           | 
           | 
          const entry::UniversalId  | 
          id  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
◆ entries_fetched
  
  
      
        
          | std::set<entry::UniversalId> mrs::database::QueryChangesDbSchema::entries_fetched | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: