Kris Rice's blog about building custom renderers for datatypes in Raptor seems to be missing a few details to actually implement a working one of my own. Today in the EA4 release of SQL Developer, I tried a query like this:
SELECT xmltype('<foo bar="baz"/>") AS xmldoc FROM DUAL
but the Raptor results window just showed the results as:
SYS.XMLTYPE
I was hoping to see the XML document itself. Perhaps by implementing one of these custom cell renderers that he mentions I could customize Raptor to show me the XML for those XML types.
(Or maybe someone else will beat me to it!)
6:04:13 PM
|