MySQL 9.3.0
Source Code Documentation
collector::CountedMySQLSession Member List

This is the complete list of members for collector::CountedMySQLSession, including all inherited members.

affected_rows() noexceptmysqlrouter::MySQLSessionvirtual
allow_failure_at_next_query()collector::CountedMySQLSessionvirtual
async_query_logged_mysqlrouter::MySQLSessionprivate
async_state_mysqlrouter::MySQLSessionprivate
AsyncQueryState enum namemysqlrouter::MySQLSessionprivate
BindAddress typedefmysqlrouter::MySQLSession
BooleanOption typedefmysqlrouter::MySQLSession
CanHandleExpiredPasswords typedefmysqlrouter::MySQLSession
change_user(const std::string &user, const mysql_harness::SecureString &password, const std::string &db) overridecollector::CountedMySQLSessionvirtual
mysqlrouter::MySQLSession::change_user(const std::string &user, const std::string &password, const std::string &db)mysqlrouter::MySQLSession
CharsetDir typedefmysqlrouter::MySQLSession
CharsetName typedefmysqlrouter::MySQLSession
Compress typedefmysqlrouter::MySQLSession
CompressionAlgorithms typedefmysqlrouter::MySQLSession
connect(const MySQLSession &other, const std::string &username, const mysql_harness::SecureString &password) overridecollector::CountedMySQLSession
connect(const std::string &host, unsigned int port, const std::string &username, const mysql_harness::SecureString &password, const std::string &unix_socket, const std::string &default_schema, int connect_timeout=kDefaultConnectTimeout, int read_timeout=kDefaultReadTimeout, unsigned long extra_client_flags=0) overridecollector::CountedMySQLSessionvirtual
mysqlrouter::MySQLSession::connect(const std::string &host, unsigned int port, const std::string &username, const std::string &password, const std::string &unix_socket, const std::string &default_schema, int connect_timeout=kDefaultConnectTimeout, int read_timeout=kDefaultReadTimeout, unsigned long extra_client_flags=0)mysqlrouter::MySQLSession
mysqlrouter::MySQLSession::connect(const MySQLSession &other, const std::string &username, const std::string &password)mysqlrouter::MySQLSession
mysqlrouter::MySQLSession::connect(const MySQLSession &other, const std::string &username, const mysql_harness::SecureString &password)mysqlrouter::MySQLSessionvirtual
connect_and_set_opts(const ConnectionParameters &connection_params, const Sqls &initial_sqls)collector::CountedMySQLSessionvirtual
connect_params_mysqlrouter::MySQLSessionprivate
connect_timeout() constmysqlrouter::MySQLSession
ConnectAttributeDelete typedefmysqlrouter::MySQLSession
ConnectAttributeReset typedefmysqlrouter::MySQLSession
connected_mysqlrouter::MySQLSessionprivate
connection_mysqlrouter::MySQLSessionprivate
connection_address_mysqlrouter::MySQLSessionprivate
connection_id()mysqlrouter::MySQLSession
connection_id_mysqlrouter::MySQLSessionprivate
connection_params_collector::CountedMySQLSessionprivate
ConnectTimeout typedefmysqlrouter::MySQLSession
ConstCharOption typedefmysqlrouter::MySQLSession
CountedMySQLSession()collector::CountedMySQLSession
default_schemamysqlrouter::MySQLSession
DefaultAuthentication typedefmysqlrouter::MySQLSession
disconnect()mysqlrouter::MySQLSessionvirtual
EnableCleartextPlugin typedefmysqlrouter::MySQLSession
execute(const std::string &query) overridecollector::CountedMySQLSessionvirtual
execute_initial_sqls()collector::CountedMySQLSessionvirtual
execute_nb(const std::string &query)mysqlrouter::MySQLSessionvirtual
extra_client_flags_mysqlrouter::MySQLSessionprivate
FieldValidator typedefmysqlrouter::MySQLSession
get_address() noexceptmysqlrouter::MySQLSessioninline
get_connection_parameters() constcollector::CountedMySQLSessionvirtual
get_handle()mysqlrouter::MySQLSessioninline
get_initial_sqls() constcollector::CountedMySQLSessionvirtual
get_option(GettableMysqlOption &opt) constmysqlrouter::MySQLSessioninline
get_session_tracker_data(enum enum_session_state_type type)mysqlrouter::MySQLSessionvirtual
GetServerPublicKey typedefmysqlrouter::MySQLSession
has_data_on_socket()mysqlrouter::MySQLSessionvirtual
hostmysqlrouter::MySQLSession
InitCommand typedefmysqlrouter::MySQLSession
initial_sqls_collector::CountedMySQLSessionprivate
IntegerOption typedefmysqlrouter::MySQLSession
is_connected() noexceptmysqlrouter::MySQLSessioninlinevirtual
is_ssl_session_reused()mysqlrouter::MySQLSessionvirtual
kDefaultConnectTimeoutmysqlrouter::MySQLSessionstatic
kDefaultReadTimeoutmysqlrouter::MySQLSessionstatic
kSslModeDisabledmysqlrouter::MySQLSessionstatic
kSslModePreferredmysqlrouter::MySQLSessionstatic
kSslModeRequiredmysqlrouter::MySQLSessionstatic
kSslModeVerifyCamysqlrouter::MySQLSessionstatic
kSslModeVerifyIdentitymysqlrouter::MySQLSessionstatic
last_errno()mysqlrouter::MySQLSessionvirtual
last_error()mysqlrouter::MySQLSessionvirtual
last_insert_id() noexceptmysqlrouter::MySQLSessionvirtual
last_sqlstate()mysqlrouter::MySQLSessionvirtual
last_stmt_idmysqlrouter::MySQLSessionprivate
LoadDataLocalDir typedefmysqlrouter::MySQLSession
LocalInfile typedefmysqlrouter::MySQLSession
log_filter_mysqlrouter::MySQLSessionprivate
logged_real_query(const std::string &q)mysqlrouter::MySQLSessionprivate
logged_real_query_nb(const std::string &q)mysqlrouter::MySQLSessionprivate
logger_mysqlrouter::MySQLSessionprivate
LongOption typedefmysqlrouter::MySQLSession
MaxAllowedPacket typedefmysqlrouter::MySQLSession
mysql_result_type typedefmysqlrouter::MySQLSessionprivate
MySQLSession()mysqlrouter::MySQLSession
NamedPipe typedefmysqlrouter::MySQLSession
NetBufferLength typedefmysqlrouter::MySQLSession
OnResultSetEnd typedefmysqlrouter::MySQLSession
OptionalResultsetMetadata typedefmysqlrouter::MySQLSession
parse_ssl_mode(std::string ssl_mode)mysqlrouter::MySQLSessionstatic
ping()mysqlrouter::MySQLSessionvirtual
PluginDir typedefmysqlrouter::MySQLSession
portmysqlrouter::MySQLSession
prepare(const std::string &query) overridecollector::CountedMySQLSessionvirtual
prepare_execute_with_bind_parameters(uint64_t ps_id, std::vector< MYSQL_BIND > bind_parameters, const ResultRowProcessor &processor, const FieldValidator &validator, const OnResultSetEnd &on_resultset_end) overridecollector::CountedMySQLSessionvirtual
prepare_remove(uint64_t ps_id) overridecollector::CountedMySQLSessionvirtual
Protocol typedefmysqlrouter::MySQLSession
query(const std::string &query, const ResultRowProcessor &processor, const FieldValidator &validator) overridecollector::CountedMySQLSessionvirtual
mysqlrouter::MySQLSession::query(const std::string &query, const RowProcessor &processor, const FieldValidator &validator)mysqlrouter::MySQLSession
mysqlrouter::MySQLSession::query(const std::string &stmt, const RowProcessor &processor)mysqlrouter::MySQLSessioninline
query_one(const std::string &query, const FieldValidator &validator) overridecollector::CountedMySQLSessionvirtual
query_one(const std::string &query) overridecollector::CountedMySQLSessionvirtual
quote(const std::string &s, char qchar='\'') constmysqlrouter::MySQLSessionvirtual
read_timeout() constmysqlrouter::MySQLSession
ReadDefaultFile typedefmysqlrouter::MySQLSession
ReadDefaultGroup typedefmysqlrouter::MySQLSession
ReadTimeout typedefmysqlrouter::MySQLSession
real_query(const std::string &q)mysqlrouter::MySQLSessionprivate
real_query_nb(const std::string &q)mysqlrouter::MySQLSessionprivate
reconnect_at_next_query_collector::CountedMySQLSessionprivate
ReportDataTruncation typedefmysqlrouter::MySQLSession
reset() overridecollector::CountedMySQLSessionvirtual
ResultRowProcessor typedefmysqlrouter::MySQLSession
RetryCount typedefmysqlrouter::MySQLSession
Row typedefmysqlrouter::MySQLSession
RowProcessor typedefmysqlrouter::MySQLSession
server_version()mysqlrouter::MySQLSessionvirtual
ServerPluginKey typedefmysqlrouter::MySQLSession
set_option(const SettableMysqlOption &opt)mysqlrouter::MySQLSessioninline
set_ssl_cert(const std::string &cert, const std::string &key)mysqlrouter::MySQLSessionvirtual
set_ssl_options(mysql_ssl_mode ssl_mode, const std::string &tls_version, const std::string &ssl_cipher, const std::string &ca, const std::string &capath, const std::string &crl, const std::string &crlpath)mysqlrouter::MySQLSessionvirtual
SharedMemoryBasename typedefmysqlrouter::MySQLSession
Sqls typedefcollector::CountedMySQLSession
ssl_ca() constmysqlrouter::MySQLSession
ssl_capath() constmysqlrouter::MySQLSession
ssl_cert() constmysqlrouter::MySQLSession
ssl_cipher() constmysqlrouter::MySQLSession
ssl_cipher()mysqlrouter::MySQLSessionvirtual
ssl_crl() constmysqlrouter::MySQLSession
ssl_crlpath() constmysqlrouter::MySQLSession
ssl_key() constmysqlrouter::MySQLSession
ssl_mode() constmysqlrouter::MySQLSession
ssl_mode_to_string(mysql_ssl_mode ssl_mode) noexceptmysqlrouter::MySQLSessionstatic
SslCa typedefmysqlrouter::MySQLSession
SslCaPath typedefmysqlrouter::MySQLSession
SslCert typedefmysqlrouter::MySQLSession
SslCipher typedefmysqlrouter::MySQLSession
SslCrl typedefmysqlrouter::MySQLSession
SslCrlPath typedefmysqlrouter::MySQLSession
SslFipsMode typedefmysqlrouter::MySQLSession
SslKey typedefmysqlrouter::MySQLSession
SslMode typedefmysqlrouter::MySQLSession
stmts_mysqlrouter::MySQLSessionprivate
throw_mysqlerror(MYSQL_STMT *stmt, uint64_t ps_id)mysqlrouter::MySQLSessionprivate
tls_version() constmysqlrouter::MySQLSession
TlsCipherSuites typedefmysqlrouter::MySQLSession
TlsVersion typedefmysqlrouter::MySQLSession
unix_socketmysqlrouter::MySQLSession
warning_count() noexceptmysqlrouter::MySQLSessionvirtual
WriteTimeout typedefmysqlrouter::MySQLSession
ZstdCompressionLevel typedefmysqlrouter::MySQLSession
~CountedMySQLSession() overridecollector::CountedMySQLSession
~MySQLSession()mysqlrouter::MySQLSessionvirtual