Re: JDBC4 with SQLXML and postgresql-8.4-702.jdbc4.jar

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: JDBC4 with SQLXML and postgresql-8.4-702.jdbc4.jar
Дата
Msg-id alpine.BSO.2.00.1010230222160.21634@leary.csoft.net
обсуждение исходный текст
Ответ на Re: JDBC4 with SQLXML and postgresql-8.4-702.jdbc4.jar  (Craig Ringer <craig@postnewspapers.com.au>)
Список pgsql-jdbc
On Sat, 23 Oct 2010, Craig Ringer wrote:

> You need to use updateObject("DATA", java.sql.Types.SQLXML) so the JDBC
> driver knows what type to specify.
>

That's not the API for update object.  There isn't a type parameter, the
variant with a third int parameter is a scale for numeric data.

Kris Jurka

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Michael musset
Дата:
Сообщение: Re: JDBC4 with SQLXML and postgresql-8.4-702.jdbc4.jar
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: JDBC4 with SQLXML and postgresql-8.4-702.jdbc4.jar