Public Member Functions | |
| ScoreboardSlot (const ScoreboardSlot &scoreboad_slot) | |
| UserCommands * | getUserCommands () |
| StatusVars * | getStatusVars () |
| void | setSessionId (drizzled::session_id_t in_session_id) |
| drizzled::session_id_t | getSessionId () |
| void | setInUse (bool in_in_use) |
| bool | isInUse () |
| void | setUser (std::string in_user) |
| const std::string & | getUser () |
| void | setIp (std::string in_ip) |
| const std::string & | getIp () |
| void | reset () |
| void | merge (ScoreboardSlot *score_board_slot) |
Private Attributes | |
| UserCommands * | user_commands |
| StatusVars * | status_vars |
| std::string | user |
| std::string | ip |
| bool | in_use |
| drizzled::session_id_t | session_id |
Definition at line 39 of file scoreboard_slot.h.