Package de.hybris.bootstrap.ddl.sql
Class HybrisOracleBuilderTest
java.lang.Object
de.hybris.bootstrap.ddl.sql.HybrisOracleBuilderTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
HybrisOracleBuilderTest
public HybrisOracleBuilderTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
shouldReturnQuotedStringWhenColumnTypeIsVarchar
- Throws:
Exception
-
shouldReturnHexToRawFunctionWhenColumnTypeIsBlob
- Throws:
Exception
-
shouldReturnDateFormattedInOracleWayWhenColumnTypeIsDate
- Throws:
Exception
-
shouldReturnDateFormattedInOracleWayWhenColumnTypeIsTimestamp
- Throws:
Exception
-
shouldGenerateProperUpdateStatementForTwoBlobColumnsUsingHexToRawFunction
public void shouldGenerateProperUpdateStatementForTwoBlobColumnsUsingHexToRawFunction() throws Exception- Throws:
Exception
-
shouldGenerateProperInsertStatementForTwoBlobColumnsUsingHexToRawFunction
public void shouldGenerateProperInsertStatementForTwoBlobColumnsUsingHexToRawFunction() throws Exception- Throws:
Exception
-
sqlGenerationShouldRespectTablespaceProperties
- Throws:
Exception
-
shouldCreateNewIndexNameForTheSameNameOfIndex
public void shouldCreateNewIndexNameForTheSameNameOfIndex() -
shouldCreateNewIndexNameAfterShorteningTo30Characters
public void shouldCreateNewIndexNameAfterShorteningTo30Characters() -
shouldReturnTheSameIndexNamesAfterShorteningTo30Characters
public void shouldReturnTheSameIndexNamesAfterShorteningTo30Characters() -
shouldReturnTheSameIndexNamesUsingTwoMethod
public void shouldReturnTheSameIndexNamesUsingTwoMethod() -
shouldDropIndexNameFromTheListAndReturnTheSameName
public void shouldDropIndexNameFromTheListAndReturnTheSameName()
-