InterviewSolution
Saved Bookmarks
| 1. |
What is JDBC SQL escape syntax? |
|
Answer» The escape syntax gives you the flexibility to use database specific features unavailable to you by using standard JDBC methods and properties. The general SQL escape syntax format is as follows {keyword 'parameters'}.JDBC defines escape sequences that contain the standard syntax for the following language features
|
|