[teiid-commits] teiid SVN: r3266 - branches/7.4.x/documentation/reference/src/main/docbook/en-US/content.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Jun 23 14:27:09 EDT 2011


Author: shawkins
Date: 2011-06-23 14:27:08 -0400 (Thu, 23 Jun 2011)
New Revision: 3266

Modified:
   branches/7.4.x/documentation/reference/src/main/docbook/en-US/content/architecture.xml
Log:
TEIID-1637 adding info on actually setting the timeout

Modified: branches/7.4.x/documentation/reference/src/main/docbook/en-US/content/architecture.xml
===================================================================
--- branches/7.4.x/documentation/reference/src/main/docbook/en-US/content/architecture.xml	2011-06-23 18:19:58 UTC (rev 3265)
+++ branches/7.4.x/documentation/reference/src/main/docbook/en-US/content/architecture.xml	2011-06-23 18:27:08 UTC (rev 3266)
@@ -131,7 +131,9 @@
         specified timeout period, a ‘cancel’ command is issued to the
         server for the request and no results are returned to the
         client. The cancel command is issued by the JDBC API without the
-        client’s intervention.</para>
+        client’s intervention.  See the Client Developers Guide for more on setting 
+        statement timeouts via the connection property "QUERYTIMEOUT" and see the Java JDBC API for setting 
+        the query timeout via <code>java.sql.Statement.setQueryTimeout</code> method.</para>
     </section>
   </section>
   <section>



More information about the teiid-commits mailing list