Parser for Oracle SQL

前端 未结 7 843
自闭症患者
自闭症患者 2020-12-05 05:05

For my current project I need a SQL parser that parses Oracle SQL statements. Currently I\'ve been using jsqlparser, which worked well for simple queries. But when specific

相关标签:
7条回答
  • 2020-12-05 06:03

    Try this http://www.ibrezina.net/OracleSQL.tgz. It's ANTLR3.3 grammar for Oracle's PL/SQL. The grammar is intended for C target but can be easily converted into Java or C#. Your task, list of tables included in a query is already included as an example.

    0 讨论(0)
提交回复
热议问题