Home
Analytics
Query generation process in eclispe BIRT 4.5
Shrihari
<p>Hi all,</p>
<p> </p>
<p>I would like to understand how is the SQL query being generated internally. I have downloaded the source code for birt 4.5 from <a data-ipb='nomediaparse' href='
https://github.com/eclipse/birt/tree/4.5.0M7'>https://github.com/eclipse/birt/tree/4.5.0M7</a> .</p>
;
<p> </p>
<p>How do I go ahead to understand the source code so that I get to know query generation process? </p>
<p> </p>
<p>Owing to the BIRT architecture under which module is the query being generated?</p>
Find more posts tagged with
Comments
Clement Wong
<p>BIRT uses the Eclipse Data Tools Platform (DTP) project for this.</p>
<p><a data-ipb='nomediaparse' href='
http://www.eclipse.org/datatools'>http://www.eclipse.org/datatools</a></p>
;
<p> </p>
<p>Wiki:</p>
<p><a data-ipb='nomediaparse' href='
https://wiki.eclipse.org/Data_Tools_Platform_Project'>https://wiki.eclipse.org/Data_Tools_Platform_Project</a></p>
;
<p> </p>
<p>For example, BIRT 4.6.0 uses DTP 1.13.</p>
<p> </p>
<p>
The DTP source is available on GitHub:</p>
<p><a data-ipb='nomediaparse' href='
https://github.com/eclipse/datatools.doc'>https://github.com/eclipse/datatools.doc</a></p>
;