Fernando Mato Mira *nix forums beginner
Joined: 09 Feb 2005
Posts: 4
|
Posted: Wed Feb 09, 2005 12:49 pm Post subject:
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 |
|