Where can I find an official grammar for the PL/SQL programming language?

扶醉桌前 提交于 2019-12-10 18:45:10

问题


Where can I find an official grammar for the PL/SQL programming language? I see that the Antlr project has a user-contributed grammar, but I was hoping to find a more authoritative source.


回答1:


You mean the documentation? It'd help to know what version of Oracle -- this link covers 9i (v9.2 technically).




回答2:


The official grammar for the PL/SQL can be found at the Chapter 13 of the PL/SQL Language Reference.




回答3:


Also, you can take a look at a community PL/SQL ANTLR grammar in ANTLR grammars repository.



来源:https://stackoverflow.com/questions/3884211/where-can-i-find-an-official-grammar-for-the-pl-sql-programming-language

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!