Re: setBoolean()

From: Vincent Stoessel <vincent(at)xaymaca(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: setBoolean()
Date: 2002-11-06 21:29:15
Message-ID: 3DC989AB.40505@xaymaca.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

for the record using setBoolean() on a pg boolean column
does not work, right? So is the standard practice just to make a char(1)
or BIT column to hold a Y/N T/F value?
Thanks

--
Vincent Stoessel
Linux Systems Developer
vincent xaymaca.com

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Larry LeFever 2002-11-06 23:09:51 OID-problem: metadata: use of TableGen O/R-mapper
Previous Message Vincent Stoessel 2002-11-06 20:34:22 setboolean