문제

I have a lot of android sqlite queries fed as input. I have to parse those to java, search from vectors and return the result. How can I handle this ???

Are there any plugins like JSqlParser, SQL parser, JoSQL for android sqlite ?

도움이 되었습니까?

해결책

Personally I would give JSqlParser a try. Its the one I am most familiar with. Its parser is not limited to one specific dbms so if you are processing "normal" sqls it should work.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top