Class HybrisOracleBuilderTest


  • @UnitTest
    public class HybrisOracleBuilderTest
    extends java.lang.Object
    • Constructor Detail

      • HybrisOracleBuilderTest

        public HybrisOracleBuilderTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldReturnQuotedStringWhenColumnTypeIsVarchar

        public void shouldReturnQuotedStringWhenColumnTypeIsVarchar()
                                                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldReturnHexToRawFunctionWhenColumnTypeIsBlob

        public void shouldReturnHexToRawFunctionWhenColumnTypeIsBlob()
                                                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldReturnDateFormattedInOracleWayWhenColumnTypeIsDate

        public void shouldReturnDateFormattedInOracleWayWhenColumnTypeIsDate()
                                                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldReturnDateFormattedInOracleWayWhenColumnTypeIsTimestamp

        public void shouldReturnDateFormattedInOracleWayWhenColumnTypeIsTimestamp()
                                                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldGenerateProperUpdateStatementForTwoBlobColumnsUsingHexToRawFunction

        public void shouldGenerateProperUpdateStatementForTwoBlobColumnsUsingHexToRawFunction()
                                                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldGenerateProperInsertStatementForTwoBlobColumnsUsingHexToRawFunction

        public void shouldGenerateProperInsertStatementForTwoBlobColumnsUsingHexToRawFunction()
                                                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • sqlGenerationShouldRespectTablespaceProperties

        public void sqlGenerationShouldRespectTablespaceProperties()
                                                            throws java.lang.Exception
        Throws:
        java.lang.Exception