TypeConverter.raw constructor
TypeConverter.raw()
Returns all results in the raw postgresql string format without conversion.
Implementation
factory TypeConverter.raw() = impl.RawTypeConverter;
Returns all results in the raw postgresql string format without conversion.
factory TypeConverter.raw() = impl.RawTypeConverter;