MaxStringSize
- Last Updated: February 21, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Hive 6.0
- Documentation
Purpose
Specifies the maximum length, in characters, of fields of the String data type as described by the driver through result set descriptions and metadata methods. This property does not affect getTypeInfo() calls. If a field exceeds the length specified by this option, the driver truncates that field.
Valid Values
x
where:
- x
- is a positive integer that represents the maximum size of fields of the STRING data type.
Data Source Method
setMaxStringSize
Default
2147483647
Data Type
Int