Class HybrisOracleBuilderTest

java.lang.Object
de.hybris.bootstrap.ddl.sql.HybrisOracleBuilderTest

@UnitTest public class HybrisOracleBuilderTest extends Object
  • Constructor Details

    • HybrisOracleBuilderTest

      public HybrisOracleBuilderTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • shouldReturnQuotedStringWhenColumnTypeIsVarchar

      public void shouldReturnQuotedStringWhenColumnTypeIsVarchar() throws Exception
      Throws:
      Exception
    • shouldReturnHexToRawFunctionWhenColumnTypeIsBlob

      public void shouldReturnHexToRawFunctionWhenColumnTypeIsBlob() throws Exception
      Throws:
      Exception
    • shouldReturnDateFormattedInOracleWayWhenColumnTypeIsDate

      public void shouldReturnDateFormattedInOracleWayWhenColumnTypeIsDate() throws Exception
      Throws:
      Exception
    • shouldReturnDateFormattedInOracleWayWhenColumnTypeIsTimestamp

      public void shouldReturnDateFormattedInOracleWayWhenColumnTypeIsTimestamp() throws Exception
      Throws:
      Exception
    • shouldGenerateProperUpdateStatementForTwoBlobColumnsUsingHexToRawFunction

      public void shouldGenerateProperUpdateStatementForTwoBlobColumnsUsingHexToRawFunction() throws Exception
      Throws:
      Exception
    • shouldGenerateProperInsertStatementForTwoBlobColumnsUsingHexToRawFunction

      public void shouldGenerateProperInsertStatementForTwoBlobColumnsUsingHexToRawFunction() throws Exception
      Throws:
      Exception
    • sqlGenerationShouldRespectTablespaceProperties

      public void sqlGenerationShouldRespectTablespaceProperties() throws Exception
      Throws:
      Exception
    • shouldCreateNewIndexNameForTheSameNameOfIndex

      public void shouldCreateNewIndexNameForTheSameNameOfIndex()
    • shouldCreateNewIndexNameAfterShorteningTo30Characters

      public void shouldCreateNewIndexNameAfterShorteningTo30Characters()
    • shouldReturnTheSameIndexNamesAfterShorteningTo30Characters

      public void shouldReturnTheSameIndexNamesAfterShorteningTo30Characters()
    • shouldReturnTheSameIndexNamesUsingTwoMethod

      public void shouldReturnTheSameIndexNamesUsingTwoMethod()
    • shouldDropIndexNameFromTheListAndReturnTheSameName

      public void shouldDropIndexNameFromTheListAndReturnTheSameName()