Class ReferenceDatabaseOutputWriterCommandStep

All Implemented Interfaces:
CleanUpCommandStep, CommandStep

public class ReferenceDatabaseOutputWriterCommandStep 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 ReferenceDatabaseOutputWriterCommandStep. If you need a writer and are operating against the database, use OutputWriterCommandStep instead.