Обсуждение: how to insert xml datatype using jdbc?

Поиск
Список
Период
Сортировка

how to insert xml datatype using jdbc?

От
boris
Дата:
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.