numberDatatypeScale property

int? numberDatatypeScale
final

Specifies the number scale. You can select a scale up to 38, or you can select FLOAT. By default, the NUMBER data type is converted to precision 38, scale 10.

Example: numberDataTypeScale=12

Implementation

final int? numberDatatypeScale;