This is an automated email from the ASF dual-hosted git repository.
isapego pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 02f670f06b6 IGNITE-19649 Ignite Doc: add doc for the queryTimeout &
connectionTimeout in the JDBC connection url (#10763)
02f670f06b6 is described below
commit 02f670f06b6c3501229d5e5d67de065ee584df86
Author: liyujue <[email protected]>
AuthorDate: Thu Sep 21 20:51:10 2023 +0800
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 e84f5eb9a29..1047053028d 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'
+
|=======================================================================