Package net.hydromatic.quidem
Class AbstractCommand
java.lang.Object
net.hydromatic.quidem.AbstractCommand
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
Quidem.SqlCommand
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 -
Method Summary
Modifier and TypeMethodDescriptionReturns a string describing this command.
-
Constructor Details
-
AbstractCommand
public AbstractCommand()
-
-
Method Details