File tree Expand file tree Collapse file tree 10 files changed +193
-50
lines changed Expand file tree Collapse file tree 10 files changed +193
-50
lines changed Original file line number Diff line number Diff line change 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 >
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 > は確立されたデータベースを閉じ、
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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 > は、指定されたエントリを
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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 >
9189 </row >
9290 </thead >
9391 <tbody >
92+ &dba.changelog.dba-object;
9493 <row >
9594 <entry >8.3.0</entry >
9695 <entry >
Original file line number Diff line number Diff line change 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 >
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 > はデータベースの最初のキーを返し、
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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 > は、
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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 > は、
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 >
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 >
You can’t perform that action at this time.
0 commit comments