MaxNumericPrecision
- Last Updated: November 10, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- Amazon Redshift 6.0
- 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 Method
public Integer getMaxNumericPrecision()
public void setMaxNumericPrecision(Integer)
Default
1000
Data Type
Integer