|
xale-db 1.0
minimal SQL engine, written in c++
|
#include <CLIClient.h>


Public Member Functions | |
| void | start () override |
| std::string | getInput (bool *isExit) override |
| Gets input from the command line. | |
| void | displayOutput (const std::string &output) override |
| Displays output to the command line. | |
| void | close () override |
| Closes the client. | |
|
overridevirtual |
Closes the client.
Implements Xale::Client::IClient.
|
overridevirtual |
Displays output to the command line.
Implements Xale::Client::IClient.
|
overridevirtual |
Gets input from the command line.
Implements Xale::Client::IClient.
|
overridevirtual |
Implements Xale::Client::IClient.