Uses of Interface
net.hydromatic.quidem.Command
-
-
Uses of Command in net.hydromatic.quidem
Classes in net.hydromatic.quidem that implement Command Modifier and Type Class Description classAbstractCommandBase class for implementations of Command.static classQuidem.SqlCommandCommand that executes a SQL statement.Methods in net.hydromatic.quidem that return Command Modifier and Type Method Description default @Nullable CommandCommand. merge(Command previousCommand)Merges this command with the previous command.CommandCommandHandler. parseCommand(List<String> lines, List<String> content, String line)Methods in net.hydromatic.quidem with parameters of type Command Modifier and Type Method Description default @Nullable CommandCommand. merge(Command previousCommand)Merges this command with the previous command.
-