BinaryLength
- Last Updated: August 24, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Google BigQuery 6.0
- Documentation
Purpose
Specifies the maximum length of characters that the driver supports for BINARY data type columns.
Valid Values
x
where:
- x
- is a positive integer between
1and2147483647.
Behavior
If set to x, the driver restricts the characters in the column to the specified
value.
Data Source Method
setBinaryLength
Default
65535
Data Type
Int