MaxLongVarcharSize
- Last Updated: August 24, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- PostgreSQL 6.0
- Documentation
Purpose
Determines the maximum size of LONGVARCHAR 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 1,073,741,823.
Data Source Methods
public Integer getMaxLongVarcharSize()
public void
setMaxLongVarcharSize(Integer)
Default
1,073,741,823
Data Type
Integer