Public Member Functions | |
| ListenConsole (const std::string &name_arg, const std::string &username_arg, const std::string &password_arg, const std::string &schema_arg, const std::string &catalog_arg) | |
| virtual bool | getFileDescriptors (std::vector< int > &fds) |
| virtual drizzled::plugin::Client * | getClient (int fd) |
Private Attributes | |
| int | pipe_fds [2] |
| const std::string | username |
| const std::string | password |
| const std::string | schema |
| const std::string | _catalog |
Definition at line 307 of file console.cc.