Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

SQL parser in Java

807588Jan 30 2003 — edited Jan 27 2009
Hello,

(I'm a french guy so my english may be (very) bad !!)

I'm looking for a parser which can receive SQL statement like "SELECT * FROM toto.SOLDE WHERE ..." and which add such methods ike
- getSelectedField() (return "toto")
- getSelectedTable() (return "SOLDE")
- getWhereCondition() (retrun a tree or something like...)

I looking for a SQL parser on the web but i don't find any parser.
If you have any information about a SQL parser in java (even if not exactly what i'm looking for).

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 24 2009
Added on Jan 30 2003
24 comments
4,712 views