Interface ReplaceIfExists

All Known Implementing Classes:
CreateProcedureChange, CreateViewChange

public interface ReplaceIfExists
ReplaceIfExists interface will control whether an implementation change object class will set the replaceIfExists flag that basically will tell generate-changelog/diffToChangelog commands the given change object needs to generate the SQL for replace the stored logic if it already exists
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • setReplaceIfExists

      void setReplaceIfExists(Boolean flag)