MaxNumericScale
- Last Updated: July 18, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Determines the maximum scale of NUMERIC columns when described within the result set metadata.
Valid Values
x
where:
- x
- is an integer greater than or equal to 0 and less than or equal to 998.
Data Source Methods
public Integer getMaxNumericScale()
public void
setMaxNumericScale(Integer)
Default
998
Data Type
Integer