| |
|
| java.lang.Object org.continuent.sequoia.console.text.ConsoleLauncher
PRODUCT_NAME | final public static String PRODUCT_NAME(Code) | | Product name to be displayed at console startup
|
main | public static void main(String[] args) throws Exception(Code) | | Launchs the Sequoia console. The available options are:
-d or --debug : show stack trace when
error occurs.
-f or --file : use a given file as the
source of commands instead of reading commands interactively.
-h or --help : displays usage
information.
-i or --ip : IP address of the host name
where the JMX Server hosting the controller is running (the default is
'0.0.0.0').
-n or --nocolor : do not print colors in
interactive mode for supported systems.
-e or --exitonerror : exit on error in
non interactive mode.
-p or --port : JMX/RMI Port number of
(the default is
org.continuent.sequoia.common.jmx.JmxConstants.DEFAULT_JMX_RMI_PORT ).
-s or --secret : password for JMX
connection.
-u or --username : username for JMX
connection.
-m or --multiline : enable multiline
statements in the SQL console (disabled by default for backwards
compatibility)
-r or --requestdelimiter : Request
delimiter to use when multiline statement is enabled (; by
default) connection.
-v or --version : displays version
information.
Parameters: args - command line arguments (see above) throws: Exception - if fails |
startTextConsole | public static void startTextConsole(CommandLine commandLine) throws Exception(Code) | | Starts the text console with the given commandline
Parameters: commandLine - parameters for the text console throws: Exception - if fails |
|
|
|