Skip to content

Commit

Permalink
IGNITE-19649 Ignite Doc: add doc for the queryTimeout & connectionTim…
Browse files Browse the repository at this point in the history
…eout in the JDBC connection url (#10763)
  • Loading branch information
liyuj authored Sep 21, 2023
1 parent 41b0fa1 commit 02f670f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/_docs/SQL/JDBC/jdbc-driver.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,14 @@ Use this flag to tell Ignite to perform all intermediate row analysis and update
Defaults to `false`, meaning that the intermediate results are fetched to the query initiator first.
|`false`

|`queryTimeout`
|Sets the number of seconds the driver will wait for a Statement object to execute. Zero means there is no limits.
|`0`

|`connectionTimeout`
|Sets the number of milliseconds JDBC client will waits for server to response. Zero means there is no limits.
|'0'


|=======================================================================

Expand Down

0 comments on commit 02f670f

Please sign in to comment.