© 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_9

9. Mapping Data Types

Robert Hedgpeth1  
(1)
Chicago, IL, USA
 

In computer science, a data type is a data storage format that can contain a specific type of range of values. Basically, when data is stored, each unit must be assigned to a specific type in order to be universally useful.

Data type characteristics and requirements can vary drastically between programming languages. And, of course, the Structured Query Language (SQL) is no exception to this. In this chapter, we’ll be examining how the R2DBC specification provides support for common SQL data types, how they are mapped to the Java ...

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.