© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2021
R. HedgpethR2DBC Revealedhttps://doi.org/10.1007/978-1-4842-6989-3_7

7. Handling Results

Robert Hedgpeth1  
(1)
Chicago, IL, USA
 

Connecting to a database and executing SQL statements is great, but at the end of the day, if we can’t obtain data from the database, what’s the point? In this chapter, we’re going to take a look at how the R2DBC specification organizes and exposes functionality that makes retrieving data from a database a piece of cake.

You’ll start by gaining an understanding of the fundamental steps involved in obtaining data. Then we’ll dive deeper into the object landscape to examine the plethora of functionality that enables truly reactive access ...

Get R2DBC Revealed: Reactive Relational Database Connectivity for Java and JVM Programmers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.