Query Validation
843854Dec 16 2002 — edited Dec 26 2002Is 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.