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