NULL values and Java JDBC

From: Matthias Apitz <guru(at)unixarea(dot)de>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: NULL values and Java JDBC
Date: 2022-09-30 15:46:39
Message-ID: YzcPX9iXzrT3jhy+@c720-r368166
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hello,

Columns may contain NULL values. The ecpg for pre-compiling ESQL/C code
has an option to let return NULL values in CHAR columns as empty strings ""
and INTEGER as INT_MIN (-0x7fffffff - 1) values. Is there a similar
option for Java JDBC?

Thanks

matthias

--
Matthias Apitz, ✉ guru(at)unixarea(dot)de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2022-09-30 15:56:07 Re: NULL values and Java JDBC
Previous Message Daniel Gustafsson 2022-09-30 15:41:32 Re: Is there Postgres ODBC binary for OSX?