Package de.hybris.bootstrap.ddl.sql
Class HybrisOracleBuilderTest
- java.lang.Object
-
- de.hybris.bootstrap.ddl.sql.HybrisOracleBuilderTest
-
@UnitTest public class HybrisOracleBuilderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HybrisOracleBuilderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldGenerateProperInsertStatementForTwoBlobColumnsUsingHexToRawFunction()voidshouldGenerateProperUpdateStatementForTwoBlobColumnsUsingHexToRawFunction()voidshouldReturnDateFormattedInOracleWayWhenColumnTypeIsDate()voidshouldReturnDateFormattedInOracleWayWhenColumnTypeIsTimestamp()voidshouldReturnHexToRawFunctionWhenColumnTypeIsBlob()voidshouldReturnQuotedStringWhenColumnTypeIsVarchar()voidsqlGenerationShouldRespectTablespaceProperties()
-
-
-
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
-
-