reference/sqlite3/sqlite3/loadextension.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.loadextension" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>SQLite3::loadExtension</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::loadExtension</methodname>
14
-
<methodparam><type>string</type><parameter>shared_library</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>name</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
Attempts to load an SQLite extension library.
...
...
@@ -23,7 +22,7 @@
23
22
<para>
24
23
<variablelist>
25
24
<varlistentry>
26
-
<term><parameter>shared_library</parameter></term>
25
+
<term><parameter>name</parameter></term>
27
26
<listitem>
28
27
<para>
29
28
The name of the library to load. The library must be located in the
...
...
@@ -61,7 +60,6 @@ $db->loadExtension('libagg.so');
61
60
</refsect1>
62
61

63
62
</refentry>
64
-

65
63
<!-- Keep this comment at the end of the file
66
64
Local variables:
67
65
mode: sgml
68
66