Class DdlGenerator

    • Constructor Detail

      • DdlGenerator

        public DdlGenerator​(DBAdaptor dmlAdaptor)
    • Method Detail

      • dropPk

        public abstract String dropPk​(TableElement t,
                                      String pkName)
        Generates SQL for dropping primary key from the table by using known name of the primary key.
        Parameters:
        t - table table name
        pkName - primary key name
      • createTableTriggersForMaterializedViews

        public abstract List<String> createTableTriggersForMaterializedViews​(BasicTable t)