liquibase.dbdoc
Class PendingSQLWriter
java.lang.Object
liquibase.dbdoc.HTMLWriter
liquibase.dbdoc.PendingSQLWriter
public class PendingSQLWriter
- extends HTMLWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PendingSQLWriter
public PendingSQLWriter(File rootOutputDir,
Database database,
DatabaseChangeLog databaseChangeLog)
createTitle
protected String createTitle(Object object)
- Specified by:
createTitle
in class HTMLWriter
writeBody
protected void writeBody(Writer fileWriter,
Object object,
List<Change> ranChanges,
List<Change> changesToRun)
throws IOException,
DatabaseHistoryException,
DatabaseException
- Overrides:
writeBody
in class HTMLWriter
- Throws:
IOException
DatabaseHistoryException
DatabaseException
writeCustomHTML
protected void writeCustomHTML(Writer fileWriter,
Object object,
List<Change> changes,
Database database)
throws IOException
- Specified by:
writeCustomHTML
in class HTMLWriter
- Throws:
IOException
Copyright © 2016 Liquibase.org. All rights reserved.