Retrieves the total interval digits for the base type of the UDT or complex type. This value corresponds to the value m in a DECIMAL(m,n) base type; otherwise it is set to zero.
The method returns a constant of type short that contains the total interval digits value.
The method throws SQLException if an error occurs while attempting to access the total interval digits value. A database specific code “9744 (ERRUDFJAVUDT) <UDT base total interval digits could not be accessed>” is returned.
Syntax
short getBaseTotalIntervalDigits() throws SQLException