reference/sqlite3/sqlite3/busyTimeout.xml
855bfee2f3db70d7dbb4c60c7c4a4efa567f1c60
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="sqlite3.busytimeout" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>SQLite3::busyTimeout</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="SQLite3">
13
12
<modifier>public</modifier> <type>bool</type><methodname>SQLite3::busyTimeout</methodname>
14
-
<methodparam><type>int</type><parameter>msecs</parameter></methodparam>
13
+
<methodparam><type>int</type><parameter>milliseconds</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
Sets a busy handler that will sleep until the database is not locked or the timeout is reached.
...
...
@@ -23,7 +22,7 @@
23
22
<para>
24
23
<variablelist>
25
24
<varlistentry>
26
-
<term><parameter>msecs</parameter></term>
25
+
<term><parameter>milliseconds</parameter></term>
27
26
<listitem>
28
27
<para>
29
28
The milliseconds to sleep. Setting this value to a value less than
...
...
@@ -38,12 +37,11 @@
38
37
<refsect1 role="returnvalues">
39
38
&reftitle.returnvalues;
40
39
<para>
41
-
Returns &true; on success, &false; on failure.
40
+
Returns &true; on success, &return.falseforfailure;.
42
41
</para>
43
42
</refsect1>
44
43

45
44
</refentry>
46
-

47
45
<!-- Keep this comment at the end of the file
48
46
Local variables:
49
47
mode: sgml
50
48