![]() |
MySQL 9.2.0
Source Code Documentation
|
Information about query details. More...
#include <routing_guidelines.h>
Public Attributes | |
std::string | default_schema |
schema currently active for the session More... | |
bool | is_read {true} |
statement (or transaction) is a RO statement More... | |
bool | is_update {false} |
statement (or transaction) is an update More... | |
bool | is_ddl {false} |
statement is a DDL operation More... | |
std::map< std::string, std::string, std::less<> > | query_tags |
query specific tags specified as a comment in the SQL statement ( e.g. More... | |
std::map< std::string, std::string, std::less<> > | query_hints |
query specific hints specified at the protocol level (see WL#12542) More... | |
Information about query details.
std::string routing_guidelines::Sql_info::default_schema |
schema currently active for the session
bool routing_guidelines::Sql_info::is_ddl {false} |
statement is a DDL operation
bool routing_guidelines::Sql_info::is_read {true} |
statement (or transaction) is a RO statement
bool routing_guidelines::Sql_info::is_update {false} |
statement (or transaction) is an update
std::map<std::string, std::string, std::less<> > routing_guidelines::Sql_info::query_hints |
query specific hints specified at the protocol level (see WL#12542)
std::map<std::string, std::string, std::less<> > routing_guidelines::Sql_info::query_tags |
query specific tags specified as a comment in the SQL statement ( e.g.
: /*-> tag1=value2,tag2=value2 */ )