Converts a column value to a hexidecimal string.
@override String toHex(String column) { return 'hex($column)'; }