queryTimeout property

Duration? queryTimeout
final

Timeout for individual queries. Applied when using prepared statements with a timeout (e.g. prepare with timeoutMs).

Implementation

final Duration? queryTimeout;