![]() |
MySQL 9.3.0
Source Code Documentation
|
#include <query_entry_group_row_security.h>
Public Types | |
using | RowGroupsSecurity = std::vector< entry::RowGroupOwnership > |
using | MatchLevel = entry::RowGroupOwnership::MatchLevel |
Public Member Functions | |
virtual bool | query_group_row_security (MySQLSession *session, entry::UniversalId db_object_id) |
virtual RowGroupsSecurity & | get_result () |
Private Member Functions | |
void | on_row (const ResultRow &r) override |
![]() | |
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) |
Private Attributes | |
std::vector< entry::RowGroupOwnership > | row_group_security_ |
![]() | |
mysqlrouter::sqlstring | query_ |
std::optional< std::string > | sqlstate_ |
MYSQL_FIELD * | metadata_ {nullptr} |
unsigned | num_of_metadata_ {0} |
Additional Inherited Members | |
![]() | |
using | MySQLSession = mysqlrouter::MySQLSession |
using | Row = MySQLSession::Row |
using | ResultRow = MySQLSession::ResultRow |
using | OnResultSetEnd = MySQLSession::OnResultSetEnd |
using mrs::database::QueryEntryGroupRowSecurity::MatchLevel = entry::RowGroupOwnership::MatchLevel |
using mrs::database::QueryEntryGroupRowSecurity::RowGroupsSecurity = std::vector<entry::RowGroupOwnership> |
|
virtual |
|
overrideprivatevirtual |
Reimplemented from mrs::database::QueryRaw.
|
virtual |
|
private |