Community
Participate
Working Groups
Build Identifier: M20100909-0800 For standard sql types, SQL Results View displays query result nicely. But when it comes to non-standard types, for example, xml types, SQL Results View would display object references for them. One way to resolve this issue would be for SQL Results View to use columns accessors. That way user can supply his/her own column accessors for columns with non-standard types. I think Table editor does that. Reproducible: Always
I think you should be able to use the resultSetViewer extension point for this. (See resultSetViewer.exsd in the plugin org.eclipse.datatools.sqltools.result.ui.) See also the resultSetOutputter extension point in the plugin org.eclipse.datatools.sqltools.result.