Class H2DatabaseTool

java.lang.Object
de.tsl2.nano.persistence.H2DatabaseTool

public class H2DatabaseTool extends Object
  • Field Details

  • Constructor Details

    • H2DatabaseTool

      public H2DatabaseTool()
  • Method Details

    • replaceKeyWords

      public static void replaceKeyWords(Persistence persistence)
      as WORKAROUND on H2 database not creating a table if contains any KEYWORD. As the solution in ant-file mda.xml does not work, we do the workaround twice here!
    • replaceKeyWords

      public static String replaceKeyWords(String ddl)