Skip to Content
Hands-On Reactive Programming in Spring 5
book

Hands-On Reactive Programming in Spring 5

by Oleh Dokuka, Igor Lozynskyi
October 2018
Intermediate to advanced
556 pages
15h 18m
English
Packt Publishing
Content preview from Hands-On Reactive Programming in Spring 5

JDBC

Released for the first time in 1997, Java Database Connectivity (JDBC) has since been defining how applications communicate with databases (primary relational), providing a unified API for data access on a Java platform. The latest API revision, 4.3, was released in 2017 and was included in Java SE 9.

JDBC allows multiple database client drivers to exist and be used by the same application. JDBC Driver Manager is responsible for correct registration, loading, and usage of required driver implementation. When the driver is loaded, the client may create a connection with appropriate access credentials. JDBC connections make it possible to initialize and execute statements such as SQL's SELECT, CREATE, INSERT, UPDATE, and DELETE. Statements ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Spring Microservices in Action, Second Edition

Spring Microservices in Action, Second Edition

John Carnell, Illary Huaylupo Sanchez

Publisher Resources

ISBN: 9781787284951Supplemental Content