Re: getXXX methods

From: Kris Jurka <books(at)ejurka(dot)com>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: pg(at)fastcrypt(dot)com, "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: getXXX methods
Date: 2004-07-07 01:58:19
Message-ID: Pine.BSO.4.56.0407062054400.25870@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 7 Jul 2004, Oliver Jowett wrote:

> > How many people really check for warnings anyway?
>
> I hate this argument. If we don't generate any warnings, of course no
> one will check for them!

No, this is different. Exceptions are supposed to prevent you from
checking the return code on every function call, which the warning API
seems to want to you to do.

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dario V. Fassi 2004-07-07 06:31:25 ResultSerMetaData.getColumnDisplaySize() with timestamp error
Previous Message Oliver Jowett 2004-07-07 01:48:51 Re: getXXX methods