java convert postgre function result to double code example Example: postgresql cast SELECT '100'::INTEGER; SELECT CAST ('100' AS INTEGER);