MySQL 8.4.0
Source Code Documentation
Mysqlx::Session::Reset Struct Reference

Reset the current session. More...

Public Attributes

optional bool keep_open = 1 [ default = false ]
 if is true the session will be reset, but stays authenticated; otherwise, the session will be closed and needs to be authenticated again More...
 
ClientMessages::Type client_message_id = SESS_RESET
 

Detailed Description

Reset the current session.

Returns
Mysqlx::Ok

Member Data Documentation

◆ client_message_id

ClientMessages::Type Mysqlx::Session::Reset::client_message_id = SESS_RESET

◆ keep_open

optional bool Mysqlx::Session::Reset::keep_open = 1 [ default = false ]

if is true the session will be reset, but stays authenticated; otherwise, the session will be closed and needs to be authenticated again


The documentation for this struct was generated from the following file: