hql.g include all the validated SQL,at the same time include the ERROR SQL,
for example,"select (a,b)" is according with the hql.g,but not a validated sql.
hql-sql.g
changed the validated hql to sql,throws exceptions when encounter the error-sql.
maybe hql-sql.g transform the ast,and sqlgenate.g transform the ast to string.next I will see it.
posted on 2006-09-11 14:39
R.Zeus 阅读(370)
评论(0) 编辑 收藏 所属分类:
ANTLR