sql解析器

/** * Define a grammar called Hello */ grammar Sql; options {language=Java;} /** * Parser Rules */ compileUnit: statement ; statement: selectStatement|updateStatement|insertStatement|deleteS
相關文章
相關標籤/搜索