Package net.hydromatic.quidem
Class AbstractCommand
- java.lang.Object
-
- net.hydromatic.quidem.AbstractCommand
-
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
Quidem.SqlCommand
public abstract class AbstractCommand extends Object implements Command
Base class for implementations of Command.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.hydromatic.quidem.Command
Command.Context, Command.ResultChecker
-
-
Constructor Summary
Constructors Constructor Description AbstractCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescribe(Command.Context x)Returns a string describing this command.
-
-
-
Method Detail
-
describe
public String describe(Command.Context x)
Description copied from interface:CommandReturns a string describing this command.For example: "OkCommand [sql: select * from emp]" or "SkipCommand".
-
-