MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
mrs::database::v3::QueryEntriesAuthApp Class Reference

#include <query_entries_auth_app.h>

Inheritance diagram for mrs::database::v3::QueryEntriesAuthApp:
[legend]

Public Member Functions

 QueryEntriesAuthApp ()
 
- Public Member Functions inherited from mrs::database::v2::QueryEntriesAuthApp
 QueryEntriesAuthApp ()
 
uint64_t get_last_update () override
 
void query_entries (MySQLSession *session) override
 
const Entriesget_entries () override
 

Additional Inherited Members

- Public Types inherited from mrs::database::QueryEntriesAuthApp
using AuthApp = entry::AuthApp
 
using Entries = std::vector< AuthApp >
 
- Protected Types inherited from mrs::database::QueryRaw
using MySQLSession = mysqlrouter::MySQLSession
 
using Row = MySQLSession::Row
 
using ResultRow = MySQLSession::ResultRow
 
using OnResultSetEnd = MySQLSession::OnResultSetEnd
 
- Protected Member Functions inherited from mrs::database::v2::QueryEntriesAuthApp
void on_row (const ResultRow &r) 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::ResultRowquery_one (MySQLSession *session)
 
std::unique_ptr< MySQLSession::ResultRowquery_one (MySQLSession *session, const std::string &q)
 
virtual void on_metadata (unsigned number, MYSQL_FIELD *fields)
 
- Protected Attributes inherited from mrs::database::v2::QueryEntriesAuthApp
Entries entries_
 
uint64_t audit_log_id_ {0}
 
- Protected Attributes inherited from mrs::database::QueryRaw
mysqlrouter::sqlstring query_
 
std::optional< std::string > sqlstate_
 
MYSQL_FIELDmetadata_ {nullptr}
 
unsigned num_of_metadata_ {0}
 

Constructor & Destructor Documentation

◆ QueryEntriesAuthApp()

mrs::database::v3::QueryEntriesAuthApp::QueryEntriesAuthApp ( )

The documentation for this class was generated from the following files: