Skip to Main Content

Java Database Connectivity (JDBC)

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!

Query Validation

843854Dec 16 2002 — edited Dec 26 2002
Is there any method in JDBC API to verify whether the given SQL query is valid or not.
The query shouldnot be sent to Database.
I want to even identify the column names in SELECT clause and table names in FROM clause in the given SQL.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 23 2003
Added on Dec 16 2002
12 comments
444 views