Class ConvertStringToDecimal

All Implemented Interfaces:
ValueWriter

public class ConvertStringToDecimal extends AbstractConvertFromString
Convert a VARCHAR column to an decimal column following the Java rules for parsing integers (i.e. no formatting.) This conversion works for any decimal type: the modern VARDECIMAL or the deprecated DECIMAL9, DECIMAL18, etc. types.