Class ShowSummaryArgument

java.lang.Object
liquibase.command.AbstractCommandStep
liquibase.command.core.helpers.ShowSummaryArgument
All Implemented Interfaces:
CommandStep

public class ShowSummaryArgument extends AbstractCommandStep
This class encapsulates the argument "show-summary", which applies to the update family of commands. The show-summary feature will display a formatted summary table when performing an update command. See ShowSummaryUtil for implementation.