File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -629,13 +629,25 @@ Set a subset of attributes by names that will be fetched
629
629
%Docstring
630
630
The timeout for how long we should wait for a connection if none is available from the pool
631
631
at this moment. A negative value (which is set by default) will wait forever.
632
+
633
+ .. note::
634
+
635
+ Only works if the provider supports this option.
636
+
637
+ .. versionadded:: 3.0
632
638
:rtype: int
633
639
%End
634
640
635
641
void setConnectionTimeout( int connectionTimeout );
636
642
%Docstring
637
643
The timeout for how long we should wait for a connection if none is available from the pool
638
644
at this moment. A negative value (which is set by default) will wait forever.
645
+
646
+ .. note::
647
+
648
+ Only works if the provider supports this option.
649
+
650
+ .. versionadded:: 3.0
639
651
%End
640
652
641
653
protected:
You can’t perform that action at this time.
0 commit comments