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