File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -201,11 +201,8 @@ ps.setInt(1,id);]]></source>
201
201
</tr >
202
202
<tr >
203
203
<td ><code >timeout</code ></td >
204
- <td >This sets the number of <em >milli</em >seconds the driver will wait for the database
205
- to return from a request before throwing an exception.
206
- If the <a href =" configuration.html#settings" ><code >defaultStatementTimeout</code ></a >
207
- (which is calibrated in seconds) has been set, <code >timeout</code > defaults to 1000
208
- times that value. Otherwise, the default is <code >unset</code > (driver dependent).
204
+ <td >This sets the number of seconds the driver will wait for the database to return from a
205
+ request, before throwing an exception. Default is <code >unset</code > (driver dependent).
209
206
</td >
210
207
</tr >
211
208
<tr >
@@ -319,11 +316,8 @@ ps.setInt(1,id);]]></source>
319
316
</tr >
320
317
<tr >
321
318
<td ><code >timeout</code ></td >
322
- <td >This sets the number of <em >milli</em >seconds the driver will wait for the database
323
- to return from a request before throwing an exception.
324
- If the <a href =" configuration.html#settings" ><code >defaultStatementTimeout</code ></a >
325
- (which is calibrated in seconds) has been set, <code >timeout</code > defaults to 1000
326
- times that value. Otherwise, the default is <code >unset</code > (driver dependent).
319
+ <td >This sets the maximum number of seconds the driver will wait for the database to return from a
320
+ request, before throwing an exception. Default is <code >unset</code > (driver dependent).
327
321
</td >
328
322
</tr >
329
323
<tr >
You can’t perform that action at this time.
0 commit comments