Class OutputWriterCommandStep

All Implemented Interfaces:
CleanUpCommandStep, CommandStep

public class OutputWriterCommandStep extends AbstractOutputWriterCommandStep
This helper class can be run prior to any command (but usually the *-sql commands, like update-sql) to redirect the SQL to the console, rather than running it against an actual database. This has a dependency on Database. If you need a writer and are operating against the reference database, use ReferenceDatabaseOutputWriterCommandStep instead.