![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
#include <query_entries_content_file.h>
Public Types | |
| using | VectorOfPaths = std::vector< database::entry::ContentFile > | 
| using | Version = mrs::interface::SupportedMrsMetadataVersion | 
Public Member Functions | |
| QueryEntriesContentFile (const Version version) | |
| virtual uint64_t | get_last_update () | 
| virtual void | query_entries (MySQLSession *session) | 
Public Attributes | |
| VectorOfPaths | entries | 
Protected Member Functions | |
| void | on_row (const ResultRow &row) override | 
  Protected Member Functions inherited from mrs::database::QueryRaw | |
| virtual | ~QueryRaw ()=default | 
| virtual void | execute (MySQLSession *session) | 
| virtual void | query (MySQLSession *session, const std::string &q) | 
| virtual void | prepare_and_execute (MySQLSession *session, const std::string &q, std::vector< MYSQL_BIND > pt, const OnResultSetEnd &on_resultset_end) | 
| std::unique_ptr< MySQLSession::ResultRow > | query_one (MySQLSession *session) | 
| std::unique_ptr< MySQLSession::ResultRow > | query_one (MySQLSession *session, const std::string &q) | 
| virtual void | on_metadata (unsigned number, MYSQL_FIELD *fields) | 
Protected Attributes | |
| uint64_t | audit_log_id_ | 
| Version | version_ | 
  Protected Attributes inherited from mrs::database::QueryRaw | |
| mysqlrouter::sqlstring | query_ | 
| std::optional< std::string > | sqlstate_ | 
| MYSQL_FIELD * | metadata_ {nullptr} | 
| unsigned | num_of_metadata_ {0} | 
Additional Inherited Members | |
  Protected Types inherited from mrs::database::QueryRaw | |
| using | MySQLSession = mysqlrouter::MySQLSession | 
| using | Row = MySQLSession::Row | 
| using | ResultRow = MySQLSession::ResultRow | 
| using | OnResultSetEnd = MySQLSession::OnResultSetEnd | 
| using mrs::database::QueryEntriesContentFile::VectorOfPaths = std::vector<database::entry::ContentFile> | 
| mrs::database::QueryEntriesContentFile::QueryEntriesContentFile | ( | const Version | version | ) | 
      
  | 
  virtual | 
      
  | 
  overrideprotectedvirtual | 
Reimplemented from mrs::database::QueryRaw.
      
  | 
  virtual | 
Reimplemented in mrs::database::QueryChangesContentFile.
      
  | 
  protected | 
| VectorOfPaths mrs::database::QueryEntriesContentFile::entries | 
      
  | 
  protected |