[][src]Constant hdbconnect::DEFAULT_LOB_WRITE_LENGTH

pub const DEFAULT_LOB_WRITE_LENGTH: usize = 16_000_000;

Number of bytes that are written in a single LOB WRITE roundtrip; the constant's value is 16,000,000.

The value used at runtime can be changed with Connection::set_lob_write_length().