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.
  • Constructor Details

    • AbstractCommand

      public AbstractCommand()
  • Method Details

    • describe

      public String describe(Command.Context x)
      Description copied from interface: Command
      Returns a string describing this command.

      For example: "OkCommand [sql: select * from emp]" or "SkipCommand".

      Specified by:
      describe in interface Command
      Parameters:
      x - Execution context