scale property
Fractional second scale, compatible with SQL Server time(n).
Valid range is 0..7. The default is 7, matching SQL Server's default
time(7) 100ns precision.
Implementation
final int scale;
Fractional second scale, compatible with SQL Server time(n).
Valid range is 0..7. The default is 7, matching SQL Server's default
time(7) 100ns precision.
final int scale;