Timeout properties
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
The following table summarizes timeout connection properties.
| Property | Characteristic |
|---|---|
| EnableCancelTimeout | Determines whether a cancel request that is sent by the driver as the result of a query timing out is subject to the same query timeout value as the statement it cancels. |
| LoginTimeout | Specifies the amount of time, in seconds, that the driver waits for a connection to be established before timing out the connection request. |
| QueryTimeout | Sets the default query timeout (in seconds) for all statements created by a connection. |