public interface ColumnNativeTypeDecorator
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeUsed(Column column,
String nativeType)
Method invoked to check whether this implementation can be used or not.
|
String |
decorate(Column column,
String nativeType)
Method invoked to decorate/change sql type for given column
|
boolean canBeUsed(Column column,
String nativeType)
column - columnnativeType - current native typeCopyright © 2017 SAP SE. All Rights Reserved.