1. SQL parser library for Java stackoverflow.comIs there a good open-source Java library for parsing SQL statements? If possible, it should be customizable or flexible enough to also be able to parse (or at least ignore) vendor-specific syntax ... |
2. What's the easiest way to expose a SQL interface to my application? stackoverflow.comI'm working on an application which stores data in tables, similar to an RDBMS. I'm looking for a way to let my users query this data using SQL. Ideally, ... |
3. Need help with parsing sql in java stackoverflow.comI have the below code that splits the sql statement and give its indices for the columns.
|
4. I need sql parser for my own database implementation stackoverflow.comPossible Duplicate:I have a project to implement a simple database. For this project I need a java based sql parser, ... |
5. Are there any alternatives to GSP (General SQL Parser)? stackoverflow.comGeneral SQL Parser (GSP) is a quite feature rich SQL parser (to the extent that I have played with it) that allows for modifying SQL statements in a robust way ... |
6. parse sql to objects coderanch.comHi! thanks, I will check this. I have to txt files conating DML statements and i need to compare them - and to check which statements is in both files. the problem is, that they dont have to have the same string exactly matching (order can be different, spaces etc.) so i thought the easy will be to parse them into ... |