Holds and provides access to help text. More...
#include <HqlHelpText.h>
Static Public Member Functions | |
static const char ** | get (const std::string &subject) |
Returns help text string for a command. More... | |
static void | install_range_server_client_text () |
Installs help text for rsclient command interpreter. More... | |
static void | install_master_client_text () |
Installs help text for hypertable (HQL) command interpreter. More... | |
Holds and provides access to help text.
This class is used to hold and servce help text for either the rsclient command interpreter or the hypertable (HQL) command interpreter.
Definition at line 44 of file HqlHelpText.h.
|
static |
Returns help text string for a command.
This method returns the help text for the command described in subject
. For commands that consist of multiple words, subject can contain any prefix of the word set, for example, given the command LOAD DATA INFILE, subject
can contain:
LOAD LOAD DATA LOAD DATA INFILE
subject | Command for which to return help text |
subject
Definition at line 2178 of file HqlHelpText.cc.
|
static |
Installs help text for hypertable (HQL) command interpreter.
Definition at line 2209 of file HqlHelpText.cc.
|
static |
Installs help text for rsclient command interpreter.
Definition at line 2186 of file HqlHelpText.cc.