Class HanaBlobColumnNativeTypeDecorator

java.lang.Object
de.hybris.bootstrap.ddl.sql.HanaBlobColumnNativeTypeDecorator
All Implemented Interfaces:
ColumnNativeTypeDecorator

public class HanaBlobColumnNativeTypeDecorator extends Object implements ColumnNativeTypeDecorator
  • Field Details

  • Constructor Details

    • HanaBlobColumnNativeTypeDecorator

      public HanaBlobColumnNativeTypeDecorator(DatabaseSettings databaseSettings)
  • Method Details

    • canBeUsed

      public boolean canBeUsed(org.apache.ddlutils.model.Column column, String nativeType)
      Description copied from interface: ColumnNativeTypeDecorator
      Method invoked to check whether this implementation can be used or not.
      Specified by:
      canBeUsed in interface ColumnNativeTypeDecorator
      Parameters:
      column - column
      nativeType - current native type
      Returns:
      returns true if this implementation can be used
    • decorate

      public String decorate(org.apache.ddlutils.model.Column column, String nativeType)
      Description copied from interface: ColumnNativeTypeDecorator
      Method invoked to decorate/change sql type for given column
      Specified by:
      decorate in interface ColumnNativeTypeDecorator
      Parameters:
      column - column
      nativeType - current native type
      Returns:
      returns new native type