[][src]Constant hdbconnect::DEFAULT_FETCH_SIZE

pub const DEFAULT_FETCH_SIZE: u32 = 100_000;

Default value for the number of resultset lines that are fetched with a single FETCH roundtrip; the constant's value is 100,000.

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