Is there right way to get range types?
Or parse as String, and wait for native support...
For example tsrange:
[\"2010-01-01
You can use range functions in your query to create individual date columns.
select lower(some_range) as start, upper(some_range) as end ...
Then you can use ResultSet's getDate() method on the resulting columns.