getColDefaultValue() Method

Usage

public java.lang.String getColDefaultValue()

Description

Returns the default value of the target column of the mapping.

This method can be used in a mapping expression without the <% %> tags. This method call will insert in the generate code the default value set in the column definition. Depending on the column type, this value should be protected with quotes.

Examples

'The default value of my target column is ' +  'odiRef.getColDefaultValue()'