Class AbstractDdlBuilderTest

java.lang.Object
org.jumpmind.db.platform.AbstractDdlBuilderTest

public class AbstractDdlBuilderTest extends Object
  • Constructor Details

    • AbstractDdlBuilderTest

      public AbstractDdlBuilderTest()
  • Method Details

    • setup

      @BeforeEach public void setup()
    • testAlterTableWithNewVarcharSizeForPlatformWithPlatformColumn

      @Test public void testAlterTableWithNewVarcharSizeForPlatformWithPlatformColumn() throws Exception
      Throws:
      Exception
    • testAlterTableWithNewVarcharSizeForPlatformWithoutPlatformColumn

      @Test public void testAlterTableWithNewVarcharSizeForPlatformWithoutPlatformColumn() throws Exception
      Throws:
      Exception
    • testForeignKeySupport

      @Test public void testForeignKeySupport() throws Exception
      Throws:
      Exception