Skip to content

Commit

Permalink
Partial DBA doc sync with EN
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias committed Oct 31, 2024
1 parent 362f1b3 commit f381477
Show file tree
Hide file tree
Showing 10 changed files with 193 additions and 50 deletions.
26 changes: 21 additions & 5 deletions reference/dba/functions/dba-close.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- splitted from ./ja/functions/dba.xml, last change in rev 1.1 -->
<!-- EN-Revision: 9c4c9718261c2705fef2a490e3926751134aec32 Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: cc62b5ecf4831ef6cf888c925c2ad167410da811 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi -->
<refentry xml:id="function.dba-close" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand All @@ -12,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>dba_close</methodname>
<methodparam><type>resource</type><parameter>dba</parameter></methodparam>
<methodparam><type>Dba\Connection</type><parameter>dba</parameter></methodparam>
</methodsynopsis>
<para>
<function>dba_close</function> は確立されたデータベースを閉じ、
Expand All @@ -27,8 +26,7 @@
<term><parameter>dba</parameter></term>
<listitem>
<para>
<function>dba_open</function> あるいは <function>dba_popen</function>
によって返されたデータベースハンドル。
&dba.parameter.dba;
</para>
</listitem>
</varlistentry>
Expand All @@ -41,6 +39,24 @@
&return.void;
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
&dba.changelog.dba-object;
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down
26 changes: 21 additions & 5 deletions reference/dba/functions/dba-delete.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- splitted from ./ja/functions/dba.xml, last change in rev 1.1 -->
<!-- EN-Revision: 9c4c9718261c2705fef2a490e3926751134aec32 Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: cc62b5ecf4831ef6cf888c925c2ad167410da811 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi -->
<refentry xml:id="function.dba-delete" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand All @@ -13,7 +12,7 @@
<methodsynopsis>
<type>bool</type><methodname>dba_delete</methodname>
<methodparam><type class="union"><type>string</type><type>array</type></type><parameter>key</parameter></methodparam>
<methodparam><type>resource</type><parameter>dba</parameter></methodparam>
<methodparam><type>Dba\Connection</type><parameter>dba</parameter></methodparam>
</methodsynopsis>
<para>
<function>dba_delete</function> は、指定されたエントリを
Expand All @@ -36,8 +35,7 @@
<term><parameter>dba</parameter></term>
<listitem>
<para>
<function>dba_open</function> あるいは <function>dba_popen</function>
によって返されたデータベースハンドル。
&dba.parameter.dba;
</para>
</listitem>
</varlistentry>
Expand All @@ -50,6 +48,24 @@
&return.success;
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
&dba.changelog.dba-object;
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down
26 changes: 21 additions & 5 deletions reference/dba/functions/dba-exists.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- splitted from ./ja/functions/dba.xml, last change in rev 1.1 -->
<!-- EN-Revision: 9c4c9718261c2705fef2a490e3926751134aec32 Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: cc62b5ecf4831ef6cf888c925c2ad167410da811 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi -->
<refentry xml:id="function.dba-exists" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand All @@ -13,7 +12,7 @@
<methodsynopsis>
<type>bool</type><methodname>dba_exists</methodname>
<methodparam><type class="union"><type>string</type><type>array</type></type><parameter>key</parameter></methodparam>
<methodparam><type>resource</type><parameter>dba</parameter></methodparam>
<methodparam><type>Dba\Connection</type><parameter>dba</parameter></methodparam>
</methodsynopsis>
<para>
<function>dba_exists</function> は、指定した <parameter>key</parameter>
Expand All @@ -36,8 +35,7 @@
<term><parameter>dba</parameter></term>
<listitem>
<para>
<function>dba_open</function> あるいは <function>dba_popen</function>
によって返されたデータベースハンドル。
&dba.parameter.dba;
</para>
</listitem>
</varlistentry>
Expand All @@ -50,6 +48,24 @@
キーが存在する場合に &true; 、それ以外の場合に &false; を返します。
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
&dba.changelog.dba-object;
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down
9 changes: 4 additions & 5 deletions reference/dba/functions/dba-fetch.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: effc344e26a66510fa971719bb8af0960c7f2f46 Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: 44428b04b7b046593e9ab33874eddd1fea7dfab1 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi -->
<refentry xml:id="function.dba-fetch" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand All @@ -12,7 +11,7 @@
<methodsynopsis>
<type class="union"><type>string</type><type>false</type></type><methodname>dba_fetch</methodname>
<methodparam><type class="union"><type>string</type><type>array</type></type><parameter>key</parameter></methodparam>
<methodparam><type>resource</type><parameter>dba</parameter></methodparam>
<methodparam><type>Dba\Connection</type><parameter>dba</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>skip</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<simpara>
Expand Down Expand Up @@ -53,8 +52,7 @@
<term><parameter>dba</parameter></term>
<listitem>
<para>
<function>dba_open</function> あるいは <function>dba_popen</function>
によって返されたデータベースハンドル。
&dba.parameter.dba;
</para>
</listitem>
</varlistentry>
Expand Down Expand Up @@ -91,6 +89,7 @@
</row>
</thead>
<tbody>
&dba.changelog.dba-object;
<row>
<entry>8.3.0</entry>
<entry>
Expand Down
26 changes: 21 additions & 5 deletions reference/dba/functions/dba-firstkey.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 9c4c9718261c2705fef2a490e3926751134aec32 Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: cc62b5ecf4831ef6cf888c925c2ad167410da811 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi -->
<refentry xml:id="function.dba-firstkey" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand All @@ -11,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type class="union"><type>string</type><type>false</type></type><methodname>dba_firstkey</methodname>
<methodparam><type>resource</type><parameter>dba</parameter></methodparam>
<methodparam><type>Dba\Connection</type><parameter>dba</parameter></methodparam>
</methodsynopsis>
<para>
<function>dba_firstkey</function> はデータベースの最初のキーを返し、
Expand All @@ -27,8 +26,7 @@
<term><parameter>dba</parameter></term>
<listitem>
<para>
<function>dba_open</function> あるいは <function>dba_popen</function>
によって返されたデータベースハンドル。
&dba.parameter.dba;
</para>
</listitem>
</varlistentry>
Expand All @@ -41,6 +39,24 @@
成功した場合にキー、&return.falseforfailure;
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
&dba.changelog.dba-object;
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down
26 changes: 21 additions & 5 deletions reference/dba/functions/dba-insert.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- splitted from ./ja/functions/dba.xml, last change in rev 1.1 -->
<!-- EN-Revision: 9c4c9718261c2705fef2a490e3926751134aec32 Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: cc62b5ecf4831ef6cf888c925c2ad167410da811 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi -->
<refentry xml:id="function.dba-insert" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand All @@ -14,7 +13,7 @@
<type>bool</type><methodname>dba_insert</methodname>
<methodparam><type class="union"><type>string</type><type>array</type></type><parameter>key</parameter></methodparam>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
<methodparam><type>resource</type><parameter>dba</parameter></methodparam>
<methodparam><type>Dba\Connection</type><parameter>dba</parameter></methodparam>
</methodsynopsis>
<para>
<function>dba_insert</function> は、
Expand Down Expand Up @@ -48,8 +47,7 @@
<term><parameter>dba</parameter></term>
<listitem>
<para>
<function>dba_open</function> あるいは <function>dba_popen</function>
によって返されたデータベースハンドル。
&dba.parameter.dba;
</para>
</listitem>
</varlistentry>
Expand All @@ -62,6 +60,24 @@
&return.success;
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
&dba.changelog.dba-object;
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down
26 changes: 21 additions & 5 deletions reference/dba/functions/dba-nextkey.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 9c4c9718261c2705fef2a490e3926751134aec32 Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: cc62b5ecf4831ef6cf888c925c2ad167410da811 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi -->
<refentry xml:id="function.dba-nextkey" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand All @@ -11,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type class="union"><type>string</type><type>false</type></type><methodname>dba_nextkey</methodname>
<methodparam><type>resource</type><parameter>dba</parameter></methodparam>
<methodparam><type>Dba\Connection</type><parameter>dba</parameter></methodparam>
</methodsynopsis>
<para>
<function>dba_nextkey</function> は、
Expand All @@ -26,8 +25,7 @@
<term><parameter>dba</parameter></term>
<listitem>
<para>
<function>dba_open</function> あるいは <function>dba_popen</function>
によって返されたデータベースハンドル。
&dba.parameter.dba;
</para>
</listitem>
</varlistentry>
Expand All @@ -40,6 +38,24 @@
成功した場合にキー、&return.falseforfailure;
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
&dba.changelog.dba-object;
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down
Loading

0 comments on commit f381477

Please sign in to comment.