Class ModelDiff.UpdateScript

java.lang.Object
com.gooddata.sdk.model.project.model.ModelDiff.UpdateScript
Enclosing class:
ModelDiff

public static class ModelDiff.UpdateScript extends Object
Set of MAQL DDL scripts with one variant of side-effects (truncation of loaded data, drops of related objects...).
  • Method Details

    • getMaqlChunks

      public List<String> getMaqlChunks()
      Returns MAQL strings.
      Returns:
      MAQL strings
    • isPreserveData

      public Boolean isPreserveData()
      Returns true if data should be preserved, false if they should be truncated.
      Returns:
      true if data should be preserved, false if they should be truncated
    • isCascadeDrops

      public Boolean isCascadeDrops()
      Returns true if related objects should be also dropped, false if not
      Returns:
      true if related objects should be also dropped, false if not
    • toString

      public String toString()
      Overrides:
      toString in class Object