Available in versions: Dev (3.21) | Latest (3.20) | 3.19 | 3.18 | 3.17 | 3.16 | 3.15 | 3.14 | 3.13 | 3.12 | 3.11
This documentation is for the unreleased development version of jOOQ. Click on the above version links to get this documentation for a supported version of jOOQ.
Data type scale
Supported by ✅ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
The data type scale allows for spceifying the scale of certain numeric data types, such as:
-
NUMERIC(20, 5)
is a NUMERIC typed decimal number of 20 digits in total, out of which 5 after the decimal point. For example:123456789012345.67890
.
Feedback
Do you have any feedback about this page? We'd love to hear it!