December 2016
Intermediate to advanced
1088 pages
33h 9m
English
In this chapter
• 5.2 The Structured Query Language
• 5.4 Working with JDBC Statements
• 5.6 Scrollable and Updatable Result Sets
• 5.11 Connection Management in Web and Enterprise Applications
In 1996, Sun released the first version of the JDBC API. This API lets programmers connect to a database to query or update it using the Structured Query Language (SQL). (SQL, usually pronounced “sequel,” is an industry standard for relational database access.) JDBC has since become one of the most commonly used APIs in the Java library.
JDBC has been updated several times. ...
Read now
Unlock full access