Class DbTablesUtilsTest

java.lang.Object
net.avcompris.commons3.dao.DbTablesUtilsTest

public class DbTablesUtilsTest extends Object
  • Constructor Details

    • DbTablesUtilsTest

      public DbTablesUtilsTest()
  • Method Details

    • testGetSQLDropCommands_emptyTable

      @Test public void testGetSQLDropCommands_emptyTable() throws Exception
      Throws:
      Exception
    • testGetSQLDropCommands_emptyTable_uppercase

      @Test public void testGetSQLDropCommands_emptyTable_uppercase() throws Exception
      Throws:
      Exception
    • testGetSQLCreateCommands_emptyTable

      @Test public void testGetSQLCreateCommands_emptyTable() throws Exception
      Throws:
      Exception
    • testGetSQLCreateCommands_emptyTable_uppercase

      @Test public void testGetSQLCreateCommands_emptyTable_uppercase() throws Exception
      Throws:
      Exception
    • testGetSQLCreateCommands_oneColumn_VARCHAR_255

      @Test public void testGetSQLCreateCommands_oneColumn_VARCHAR_255() throws Exception
      Throws:
      Exception
    • testGetSQLCreateCommands_index

      @Test public void testGetSQLCreateCommands_index() throws Exception
      Throws:
      Exception
    • testGetSQLCreateCommands_unique

      @Test public void testGetSQLCreateCommands_unique() throws Exception
      Throws:
      Exception
    • testGetSQLCreateCommands_twoColumns_INTEGER_BOOLEAN

      @Test public void testGetSQLCreateCommands_twoColumns_INTEGER_BOOLEAN() throws Exception
      Throws:
      Exception
    • testGetSQLCreateCommands_twoColumns_PK_TZ

      @Test public void testGetSQLCreateCommands_twoColumns_PK_TZ() throws Exception
      Throws:
      Exception
    • testGetSQLCreateCommands_serial

      @Test public void testGetSQLCreateCommands_serial() throws Exception
      Throws:
      Exception
    • testGetSQLCreateCommands_twoColumns_FK

      @Test public void testGetSQLCreateCommands_twoColumns_FK() throws Exception
      Throws:
      Exception
    • testGetSQLCreateCommands_2FKs

      @Test public void testGetSQLCreateCommands_2FKs() throws Exception
      Throws:
      Exception
    • testGetSQLCreateCommands_twoColumns_biFK

      @Test public void testGetSQLCreateCommands_twoColumns_biFK() throws Exception
      Throws:
      Exception
    • testNonAsciiColumnName

      @Test public void testNonAsciiColumnName()
    • testNonLowercaseColumnName

      @Test public void testNonLowercaseColumnName()