Re: [GENERAL] Data types - Mailing list pgsql-jdbc

From Barry Lind
Subject Re: [GENERAL] Data types
Date
Msg-id 3B838E24.1050601@xythos.com
Whole thread Raw
List pgsql-jdbc
FYI -- jdbc questions should go to the pgsql-jdbc mail list.

To your question, yes BigDecimal it the appropriate java data type for a
  postgres numeric data type.

thanks,
--Barry

Mihai Gheorghiu wrote:
> Would Java BigDecimal type be a good match for PG Numeric, or do I need to
> look further?
>
> Thank you all,
>
> Mihai Gheorghiu
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
>



pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: [GENERAL] Comparing fixed precision to floating
Next
From: Barry Lind
Date:
Subject: patch for jdbc BigDecimal bug