Package liquibase.dbdoc
Class PendingSQLWriter
java.lang.Object
liquibase.dbdoc.HTMLWriter
liquibase.dbdoc.PendingSQLWriter
-
Field Summary
Fields inherited from class liquibase.dbdoc.HTMLWriter
baseOutputDir, database, outputDir
-
Constructor Summary
ConstructorDescriptionPendingSQLWriter
(Resource rootOutputDir, Database database, DatabaseChangeLog databaseChangeLog) -
Method Summary
Methods inherited from class liquibase.dbdoc.HTMLWriter
writeChanges, writeHTML, writeTable
-
Constructor Details
-
PendingSQLWriter
public PendingSQLWriter(Resource rootOutputDir, Database database, DatabaseChangeLog databaseChangeLog)
-
-
Method Details
-
createTitle
- Specified by:
createTitle
in classHTMLWriter
-
writeBody
protected void writeBody(Writer fileWriter, Object object, List<Change> ranChanges, List<Change> changesToRun) throws IOException, DatabaseHistoryException, DatabaseException - Overrides:
writeBody
in classHTMLWriter
- Throws:
IOException
DatabaseHistoryException
DatabaseException
-
writeCustomHTML
protected void writeCustomHTML(Writer fileWriter, Object object, List<Change> changes, Database database) throws IOException - Specified by:
writeCustomHTML
in classHTMLWriter
- Throws:
IOException
-