Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] SQL Results control to be embedded in any place


Hi,
A good news for those who want to display some SQL execution results anywhere other than the SQL Results view.
Jeremy Lindp did a nice refactoring regarding the SQL Results view and extract a common component out from that plugin, he called it "ResultsViewControl", basically it's
a pluggable GUI component to display SQL results in view, editor or dialog. It reuses the SQL Results view API, and now Results view is itself a consumer of ResultsViewControl.

The reason Jeremy did this refactoring is that we need to display execution results in dialog for SQL Query Builder.
Jeremy also write a wiki page for this control for your reference, pls see:

http://wiki.eclipse.org/Results_View_Control

Thanks for the good work from Jeremy!

Best Regards & Wishes

Dafan Yang

DTP Committer

Back to the top