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
ConstructorsConstructorDescriptionPendingSQLWriter(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:
createTitlein classHTMLWriter
-
writeBody
protected void writeBody(Writer fileWriter, Object object, List<Change> ranChanges, List<Change> changesToRun) throws IOException, DatabaseHistoryException, DatabaseException - Overrides:
writeBodyin classHTMLWriter- Throws:
IOExceptionDatabaseHistoryExceptionDatabaseException
-
writeCustomHTML
protected void writeCustomHTML(Writer fileWriter, Object object, List<Change> changes, Database database) throws IOException - Specified by:
writeCustomHTMLin classHTMLWriter- Throws:
IOException
-