Class 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 Detail

      • AbstractCommand

        public AbstractCommand()
    • Method Detail

      • 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