Class ConvertStringToBoolean

All Implemented Interfaces:
ValueWriter

public class ConvertStringToBoolean extends AbstractConvertFromString
Convert a VARCHAR column to an BIT column following the Java rules for parsing Boolean values, then using 1 if the boolean is true, 0 if false.