Re: [JDBC] how to set a PreparedStatement column of XML type in 8.3?
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
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster
Received on Thu Dec 13 16:28:29 2007
This archive was generated by hypermail 2.1.8
: Wed Jun 18 2008 - 23:41:20 EDT
|