getBigDecimal() in JDBC driver not yet implemented ?

From: "Nikolaus Rumm" <no_spam(dot)nikolaus(dot)rumm(at)chello(dot)at>
To: pgsql-general(at)postgresql(dot)org
Subject: getBigDecimal() in JDBC driver not yet implemented ?
Date: 2000-10-26 21:19:40
Message-ID: Md1K5.66420$mL4.3912703@news.chello.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

upon making a call to ResultSet.getBigDecimal(String column_name) I get an
SQLException with the following message:
This method is not yet implemented.

Can this be ? getBigDecimal() is vital to most JDBC applications because it
is widely used as the primary key datatype.
I use the JDBC driver <jdbc7.0-1.2>.

Any suggestions ?

Nikolaus Rumm

Browse pgsql-general by date

  From Date Subject
Next Message Michael Talbot-Wilson 2000-10-26 23:28:21 Last value of a key sequence
Previous Message Larry Rosenman 2000-10-26 21:17:12 Re: Alternate locations of DB's