December 2002
Intermediate to advanced
1050 pages
24h 49m
English
The Statement class allows a SQL statement to be presented to the database for execution. As part of that process, the Statement class allows suggestions to be sent to the database on how to process the query and how to return the results.
Extensions to the Statement class allow batches of updates to be sent to the database and processed together. The SQL syntax can vary slightly across different databases. The JDBC API provides for escape processing to allow a standard JDBC syntax to be used for various statements (such as stored procedure calls). The JDBC driver is then responsible for providing the correct syntax for these statements before presenting them to the database ...
Read now
Unlock full access