|
MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
表示一个SQL请求 更多...
#include <session_event.h>
Public 成员函数 | |
| SessionEvent (Communicator *client) | |
| Communicator * | get_communicator () const |
| Session * | session () const |
| void | set_query (const std::string &query) |
| const std::string & | query () const |
| SqlResult * | sql_result () |
| SqlDebug & | sql_debug () |
Private 属性 | |
| Communicator * | communicator_ = nullptr |
| 与客户端通讯的对象 | |
| SqlResult | sql_result_ |
| SQL执行结果 | |
| SqlDebug | sql_debug_ |
| SQL调试信息 | |
| std::string | query_ |
| SQL语句 | |
表示一个SQL请求