Thread: how to insert xml datatype using jdbc?

how to insert xml datatype using jdbc?

From
boris
Date:
hi all,
I'm trying to use SQLXML ( con.createSQLXML();) with 8.4-703 jdbc4 and
I'm getting this :
Method org.postgresql.jdbc4.Jdbc4Connection.createSQLXML() is not yet
implemented.

how do I insert xml data type using jdbc in postgre 8.4?
thanks.