Skip to content

Commit f381477

Browse files
committed
Partial DBA doc sync with EN
1 parent 362f1b3 commit f381477

File tree

10 files changed

+193
-50
lines changed

10 files changed

+193
-50
lines changed

reference/dba/functions/dba-close.xml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- $Revision$ -->
32
<!-- splitted from ./ja/functions/dba.xml, last change in rev 1.1 -->
4-
<!-- EN-Revision: 9c4c9718261c2705fef2a490e3926751134aec32 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: cc62b5ecf4831ef6cf888c925c2ad167410da811 Maintainer: hirokawa Status: ready -->
54
<!-- CREDITS: takagi -->
65
<refentry xml:id="function.dba-close" xmlns="http://docbook.org/ns/docbook">
76
<refnamediv>
@@ -12,7 +11,7 @@
1211
&reftitle.description;
1312
<methodsynopsis>
1413
<type>void</type><methodname>dba_close</methodname>
15-
<methodparam><type>resource</type><parameter>dba</parameter></methodparam>
14+
<methodparam><type>Dba\Connection</type><parameter>dba</parameter></methodparam>
1615
</methodsynopsis>
1716
<para>
1817
<function>dba_close</function> は確立されたデータベースを閉じ、
@@ -27,8 +26,7 @@
2726
<term><parameter>dba</parameter></term>
2827
<listitem>
2928
<para>
30-
<function>dba_open</function> あるいは <function>dba_popen</function>
31-
によって返されたデータベースハンドル。
29+
&dba.parameter.dba;
3230
</para>
3331
</listitem>
3432
</varlistentry>
@@ -41,6 +39,24 @@
4139
&return.void;
4240
</para>
4341
</refsect1>
42+
43+
<refsect1 role="changelog">
44+
&reftitle.changelog;
45+
<informaltable>
46+
<tgroup cols="2">
47+
<thead>
48+
<row>
49+
<entry>&Version;</entry>
50+
<entry>&Description;</entry>
51+
</row>
52+
</thead>
53+
<tbody>
54+
&dba.changelog.dba-object;
55+
</tbody>
56+
</tgroup>
57+
</informaltable>
58+
</refsect1>
59+
4460
<refsect1 role="seealso">
4561
&reftitle.seealso;
4662
<para>

reference/dba/functions/dba-delete.xml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- $Revision$ -->
32
<!-- splitted from ./ja/functions/dba.xml, last change in rev 1.1 -->
4-
<!-- EN-Revision: 9c4c9718261c2705fef2a490e3926751134aec32 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: cc62b5ecf4831ef6cf888c925c2ad167410da811 Maintainer: hirokawa Status: ready -->
54
<!-- CREDITS: takagi -->
65
<refentry xml:id="function.dba-delete" xmlns="http://docbook.org/ns/docbook">
76
<refnamediv>
@@ -13,7 +12,7 @@
1312
<methodsynopsis>
1413
<type>bool</type><methodname>dba_delete</methodname>
1514
<methodparam><type class="union"><type>string</type><type>array</type></type><parameter>key</parameter></methodparam>
16-
<methodparam><type>resource</type><parameter>dba</parameter></methodparam>
15+
<methodparam><type>Dba\Connection</type><parameter>dba</parameter></methodparam>
1716
</methodsynopsis>
1817
<para>
1918
<function>dba_delete</function> は、指定されたエントリを
@@ -36,8 +35,7 @@
3635
<term><parameter>dba</parameter></term>
3736
<listitem>
3837
<para>
39-
<function>dba_open</function> あるいは <function>dba_popen</function>
40-
によって返されたデータベースハンドル。
38+
&dba.parameter.dba;
4139
</para>
4240
</listitem>
4341
</varlistentry>
@@ -50,6 +48,24 @@
5048
&return.success;
5149
</para>
5250
</refsect1>
51+
52+
<refsect1 role="changelog">
53+
&reftitle.changelog;
54+
<informaltable>
55+
<tgroup cols="2">
56+
<thead>
57+
<row>
58+
<entry>&Version;</entry>
59+
<entry>&Description;</entry>
60+
</row>
61+
</thead>
62+
<tbody>
63+
&dba.changelog.dba-object;
64+
</tbody>
65+
</tgroup>
66+
</informaltable>
67+
</refsect1>
68+
5369
<refsect1 role="seealso">
5470
&reftitle.seealso;
5571
<para>

reference/dba/functions/dba-exists.xml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- $Revision$ -->
32
<!-- splitted from ./ja/functions/dba.xml, last change in rev 1.1 -->
4-
<!-- EN-Revision: 9c4c9718261c2705fef2a490e3926751134aec32 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: cc62b5ecf4831ef6cf888c925c2ad167410da811 Maintainer: hirokawa Status: ready -->
54
<!-- CREDITS: takagi -->
65
<refentry xml:id="function.dba-exists" xmlns="http://docbook.org/ns/docbook">
76
<refnamediv>
@@ -13,7 +12,7 @@
1312
<methodsynopsis>
1413
<type>bool</type><methodname>dba_exists</methodname>
1514
<methodparam><type class="union"><type>string</type><type>array</type></type><parameter>key</parameter></methodparam>
16-
<methodparam><type>resource</type><parameter>dba</parameter></methodparam>
15+
<methodparam><type>Dba\Connection</type><parameter>dba</parameter></methodparam>
1716
</methodsynopsis>
1817
<para>
1918
<function>dba_exists</function> は、指定した <parameter>key</parameter>
@@ -36,8 +35,7 @@
3635
<term><parameter>dba</parameter></term>
3736
<listitem>
3837
<para>
39-
<function>dba_open</function> あるいは <function>dba_popen</function>
40-
によって返されたデータベースハンドル。
38+
&dba.parameter.dba;
4139
</para>
4240
</listitem>
4341
</varlistentry>
@@ -50,6 +48,24 @@
5048
キーが存在する場合に &true; 、それ以外の場合に &false; を返します。
5149
</para>
5250
</refsect1>
51+
52+
<refsect1 role="changelog">
53+
&reftitle.changelog;
54+
<informaltable>
55+
<tgroup cols="2">
56+
<thead>
57+
<row>
58+
<entry>&Version;</entry>
59+
<entry>&Description;</entry>
60+
</row>
61+
</thead>
62+
<tbody>
63+
&dba.changelog.dba-object;
64+
</tbody>
65+
</tgroup>
66+
</informaltable>
67+
</refsect1>
68+
5369
<refsect1 role="seealso">
5470
&reftitle.seealso;
5571
<para>

reference/dba/functions/dba-fetch.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- $Revision$ -->
3-
<!-- EN-Revision: effc344e26a66510fa971719bb8af0960c7f2f46 Maintainer: hirokawa Status: ready -->
2+
<!-- EN-Revision: 44428b04b7b046593e9ab33874eddd1fea7dfab1 Maintainer: hirokawa Status: ready -->
43
<!-- CREDITS: takagi -->
54
<refentry xml:id="function.dba-fetch" xmlns="http://docbook.org/ns/docbook">
65
<refnamediv>
@@ -12,7 +11,7 @@
1211
<methodsynopsis>
1312
<type class="union"><type>string</type><type>false</type></type><methodname>dba_fetch</methodname>
1413
<methodparam><type class="union"><type>string</type><type>array</type></type><parameter>key</parameter></methodparam>
15-
<methodparam><type>resource</type><parameter>dba</parameter></methodparam>
14+
<methodparam><type>Dba\Connection</type><parameter>dba</parameter></methodparam>
1615
<methodparam choice="opt"><type>int</type><parameter>skip</parameter><initializer>0</initializer></methodparam>
1716
</methodsynopsis>
1817
<simpara>
@@ -53,8 +52,7 @@
5352
<term><parameter>dba</parameter></term>
5453
<listitem>
5554
<para>
56-
<function>dba_open</function> あるいは <function>dba_popen</function>
57-
によって返されたデータベースハンドル。
55+
&dba.parameter.dba;
5856
</para>
5957
</listitem>
6058
</varlistentry>
@@ -91,6 +89,7 @@
9189
</row>
9290
</thead>
9391
<tbody>
92+
&dba.changelog.dba-object;
9493
<row>
9594
<entry>8.3.0</entry>
9695
<entry>

reference/dba/functions/dba-firstkey.xml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- $Revision$ -->
3-
<!-- EN-Revision: 9c4c9718261c2705fef2a490e3926751134aec32 Maintainer: hirokawa Status: ready -->
2+
<!-- EN-Revision: cc62b5ecf4831ef6cf888c925c2ad167410da811 Maintainer: hirokawa Status: ready -->
43
<!-- CREDITS: takagi -->
54
<refentry xml:id="function.dba-firstkey" xmlns="http://docbook.org/ns/docbook">
65
<refnamediv>
@@ -11,7 +10,7 @@
1110
&reftitle.description;
1211
<methodsynopsis>
1312
<type class="union"><type>string</type><type>false</type></type><methodname>dba_firstkey</methodname>
14-
<methodparam><type>resource</type><parameter>dba</parameter></methodparam>
13+
<methodparam><type>Dba\Connection</type><parameter>dba</parameter></methodparam>
1514
</methodsynopsis>
1615
<para>
1716
<function>dba_firstkey</function> はデータベースの最初のキーを返し、
@@ -27,8 +26,7 @@
2726
<term><parameter>dba</parameter></term>
2827
<listitem>
2928
<para>
30-
<function>dba_open</function> あるいは <function>dba_popen</function>
31-
によって返されたデータベースハンドル。
29+
&dba.parameter.dba;
3230
</para>
3331
</listitem>
3432
</varlistentry>
@@ -41,6 +39,24 @@
4139
成功した場合にキー、&return.falseforfailure;
4240
</para>
4341
</refsect1>
42+
43+
<refsect1 role="changelog">
44+
&reftitle.changelog;
45+
<informaltable>
46+
<tgroup cols="2">
47+
<thead>
48+
<row>
49+
<entry>&Version;</entry>
50+
<entry>&Description;</entry>
51+
</row>
52+
</thead>
53+
<tbody>
54+
&dba.changelog.dba-object;
55+
</tbody>
56+
</tgroup>
57+
</informaltable>
58+
</refsect1>
59+
4460
<refsect1 role="seealso">
4561
&reftitle.seealso;
4662
<para>

reference/dba/functions/dba-insert.xml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- $Revision$ -->
32
<!-- splitted from ./ja/functions/dba.xml, last change in rev 1.1 -->
4-
<!-- EN-Revision: 9c4c9718261c2705fef2a490e3926751134aec32 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: cc62b5ecf4831ef6cf888c925c2ad167410da811 Maintainer: hirokawa Status: ready -->
54
<!-- CREDITS: takagi -->
65
<refentry xml:id="function.dba-insert" xmlns="http://docbook.org/ns/docbook">
76
<refnamediv>
@@ -14,7 +13,7 @@
1413
<type>bool</type><methodname>dba_insert</methodname>
1514
<methodparam><type class="union"><type>string</type><type>array</type></type><parameter>key</parameter></methodparam>
1615
<methodparam><type>string</type><parameter>value</parameter></methodparam>
17-
<methodparam><type>resource</type><parameter>dba</parameter></methodparam>
16+
<methodparam><type>Dba\Connection</type><parameter>dba</parameter></methodparam>
1817
</methodsynopsis>
1918
<para>
2019
<function>dba_insert</function> は、
@@ -48,8 +47,7 @@
4847
<term><parameter>dba</parameter></term>
4948
<listitem>
5049
<para>
51-
<function>dba_open</function> あるいは <function>dba_popen</function>
52-
によって返されたデータベースハンドル。
50+
&dba.parameter.dba;
5351
</para>
5452
</listitem>
5553
</varlistentry>
@@ -62,6 +60,24 @@
6260
&return.success;
6361
</para>
6462
</refsect1>
63+
64+
<refsect1 role="changelog">
65+
&reftitle.changelog;
66+
<informaltable>
67+
<tgroup cols="2">
68+
<thead>
69+
<row>
70+
<entry>&Version;</entry>
71+
<entry>&Description;</entry>
72+
</row>
73+
</thead>
74+
<tbody>
75+
&dba.changelog.dba-object;
76+
</tbody>
77+
</tgroup>
78+
</informaltable>
79+
</refsect1>
80+
6581
<refsect1 role="seealso">
6682
&reftitle.seealso;
6783
<para>

reference/dba/functions/dba-nextkey.xml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- $Revision$ -->
3-
<!-- EN-Revision: 9c4c9718261c2705fef2a490e3926751134aec32 Maintainer: hirokawa Status: ready -->
2+
<!-- EN-Revision: cc62b5ecf4831ef6cf888c925c2ad167410da811 Maintainer: hirokawa Status: ready -->
43
<!-- CREDITS: takagi -->
54
<refentry xml:id="function.dba-nextkey" xmlns="http://docbook.org/ns/docbook">
65
<refnamediv>
@@ -11,7 +10,7 @@
1110
&reftitle.description;
1211
<methodsynopsis>
1312
<type class="union"><type>string</type><type>false</type></type><methodname>dba_nextkey</methodname>
14-
<methodparam><type>resource</type><parameter>dba</parameter></methodparam>
13+
<methodparam><type>Dba\Connection</type><parameter>dba</parameter></methodparam>
1514
</methodsynopsis>
1615
<para>
1716
<function>dba_nextkey</function> は、
@@ -26,8 +25,7 @@
2625
<term><parameter>dba</parameter></term>
2726
<listitem>
2827
<para>
29-
<function>dba_open</function> あるいは <function>dba_popen</function>
30-
によって返されたデータベースハンドル。
28+
&dba.parameter.dba;
3129
</para>
3230
</listitem>
3331
</varlistentry>
@@ -40,6 +38,24 @@
4038
成功した場合にキー、&return.falseforfailure;
4139
</para>
4240
</refsect1>
41+
42+
<refsect1 role="changelog">
43+
&reftitle.changelog;
44+
<informaltable>
45+
<tgroup cols="2">
46+
<thead>
47+
<row>
48+
<entry>&Version;</entry>
49+
<entry>&Description;</entry>
50+
</row>
51+
</thead>
52+
<tbody>
53+
&dba.changelog.dba-object;
54+
</tbody>
55+
</tgroup>
56+
</informaltable>
57+
</refsect1>
58+
4359
<refsect1 role="seealso">
4460
&reftitle.seealso;
4561
<para>

0 commit comments

Comments
 (0)