Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Accesing XMLTYPE coumns with JDBC
I'm looking in the "Oracle Database 10g: XML & SQL" book, and I cannot
find how to get the whole document that is stored in an XMLTYPE
column. Right now, I'm just trying to convert to a String. Doing
getString() on the ResultSet returns null (no surprise), and doing
getObject() seems to return an object of type oracle.sql.OPAQUE (I did
toString() on it).
Thanks in advance Received on Wed Feb 09 2005 - 07:49:17 CST