public class Serql extends QueryEvaluator
| Constructor and Description |
|---|
Serql(ConsoleIO consoleIO,
ConsoleState state,
ConsoleParameters params)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(String... parameters)
Execute the given parameters.
|
String |
getHelpLong()
Get long description
|
String |
getHelpShort()
Get short description, small enough to fit on one console row
|
String |
getName()
Get the name of the command
|
executeQuerygetConsoleIO, getConsoleStatepublic Serql(ConsoleIO consoleIO, ConsoleState state, ConsoleParameters params)
consoleIO - state - params - public String getName()
Helppublic String getHelpShort()
ConsoleCommandgetHelpShort in interface HelpgetHelpShort in class ConsoleCommandpublic String getHelpLong()
ConsoleCommandgetHelpLong in interface HelpgetHelpLong in class ConsoleCommandpublic void execute(String... parameters) throws IOException
Commandexecute in interface Commandexecute in class ConsoleCommandparameters - parameters typed by userIOException - if a problem occurs reading or writingCopyright © 2015-2018 Eclipse Foundation. All Rights Reserved.