Re: how to set a PreparedStatement column of XML type in 8.3?

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: how to set a PreparedStatement column of XML type in 8.3?
Дата
Msg-id Pine.BSO.4.64.0712131625250.2084@leary.csoft.net
обсуждение исходный текст
Ответ на Re: how to set a PreparedStatement column of XML type in 8.3?  (dmp <danap@ttc-cmc.net>)
Список pgsql-jdbc

On Thu, 13 Dec 2007, dmp wrote:

> Why can't we just pass a string or object, setString or setObject,
> and have it accepted without a data type check in the PostgreSQL JDBC driver.

That's what the aforementioned stringtype=unspecified URL parameter does.
The downside of this is that sometimes you want the server to know what
types you're dealing with, for example overloaded functions.

Kris Jurka

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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Slow query after upgrades
Следующее
От: Tom Duffey
Дата:
Сообщение: Re: Slow query after upgrades