Class ConvertStringToInt

All Implemented Interfaces:
ValueWriter

public class ConvertStringToInt extends AbstractConvertFromString
Convert a VARCHAR column to an INT column following the Java rules for parsing integers (i.e. no formatting.) This conversion works for any int-based column type including SMALLINT and TINYINT.