From 02f670f06b6c3501229d5e5d67de065ee584df86 Mon Sep 17 00:00:00 2001 From: liyujue <18624049226@163.com> Date: Thu, 21 Sep 2023 20:51:10 +0800 Subject: [PATCH] IGNITE-19649 Ignite Doc: add doc for the queryTimeout & connectionTimeout in the JDBC connection url (#10763) --- docs/_docs/SQL/JDBC/jdbc-driver.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/_docs/SQL/JDBC/jdbc-driver.adoc b/docs/_docs/SQL/JDBC/jdbc-driver.adoc index e84f5eb9a2906..1047053028d6a 100644 --- a/docs/_docs/SQL/JDBC/jdbc-driver.adoc +++ b/docs/_docs/SQL/JDBC/jdbc-driver.adoc @@ -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' + |=======================================================================