Java is there any IDE/Tool that can pull SQL statements out in to a file?

Posted by ring bearer on Stack Overflow See other posts from Stack Overflow or by ring bearer
Published on 2010-04-16T02:24:06Z Indexed on 2010/04/16 2:43 UTC
Read the original article Hit count: 203

Filed under:
|
|

Hi is there any tool available in Java world that will parse/read a source file and pull SQL statements out in to a text file. This is a complex task given that you can write SQL statements in different fashion within the source (ex: using + sign or using .append()) or even conditional building of SQL.

© Stack Overflow or respective owner

Related posts about java

Related posts about external