CommandQuidem.SqlCommandpublic abstract class AbstractCommand extends Object implements Command
Command.Context, Command.ResultChecker| Constructor | Description |
|---|---|
AbstractCommand() |
| Modifier and Type | Method | Description |
|---|---|---|
protected String |
commandName() |
Returns the name of the command.
|
String |
describe(Command.Context x) |
Returns a string describing this command.
|
public String describe(Command.Context x)
CommandFor example: "OkCommand [sql: select * from emp]" or "SkipCommand".
protected String commandName()
describe(net.hydromatic.quidem.Command.Context).Copyright © 2014–2018 Julian Hyde. All rights reserved.