MaxLobSize
The maximum number of bytes to display in records for fields of LOB data types.
データ型
int
デフォルト値
2000
解説
When querying columns with a LOB data type (BLOB, CLOB, NCLOB, etc.), the connector truncates all bytes in excess of the number specified in this connection property for each record in the query results.
If this connection property is set to 0 or a negative value, the default value (2000 bytes) is used.
Note: If the application integrating the connector (whether it is your own code or a separate tool integrating the connector) retrieves query results from a ResultSet object using the getLob or getBlob getter methods, this connection property is ignored.