mirror of
https://github.com/php/doc-ja.git
synced 2026-03-30 02:52:08 +02:00
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@237832 c90b9560-bf6c-de11-be94-00142212c4b1
95 lines
3.2 KiB
XML
95 lines
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision: 1.6 $ -->
|
|
<!-- EN-Revision: 1.10 Maintainer: hirokawa Status: ready -->
|
|
<!-- Purpose: database.vendors -->
|
|
<!-- Membership: pecl, external -->
|
|
<!-- State: experimental -->
|
|
|
|
<reference id="ref.dbplus">
|
|
<title>DB++ 関数</title>
|
|
<titleabbrev>DB++</titleabbrev>
|
|
|
|
<partintro>
|
|
&warn.experimental;
|
|
|
|
<section id="dbplus.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
db++ は、ドイツの企業 <ulink url="&url.dbplus.company;">Concept
|
|
asa</ulink> により作成された高性能でかつメモリ使用量とディスク使用量が
|
|
小さいことを特徴とするリレーショナルデータベースシステムです。
|
|
db++ では、SQL は補助的なインターフェイス原語として提供されており、
|
|
元来の SQL データベースであるわけではありませんが、SQL よりも
|
|
関係代数にはるかに強く影響された固有の AQL クエリ言語が提供されています。
|
|
</para>
|
|
<para>
|
|
Concept asa は、常にオープンソース言語のサポートに関心を持って
|
|
来ており、db++ は Perl、Tcl コールのインターフェイスを何年も前から有し、
|
|
Tcl を内部的なストアドプロシージャ言語として使用しています。
|
|
</para>
|
|
</section>
|
|
|
|
<section id="dbplus.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
この拡張モジュールは外部クライアントライブラリに依存しており、
|
|
この拡張モジュールを使用したいシステム上に db++ クライアントが
|
|
インストールされている必要があります。
|
|
</para>
|
|
<para>
|
|
<ulink url="&url.dbplus.company;">Concept asa</ulink> が、
|
|
Linux および他のいくつかの Unix 版の
|
|
<ulink url="&url.dbplus.download;">db++ デモ版</ulink> および
|
|
<ulink url="&url.dbplus.documentation;">ドキュメント</ulink> を
|
|
提供しています。また、Windows 版の db++ もありますが、
|
|
この拡張モジュールでは(まだ)サポートしていません。
|
|
</para>
|
|
</section>
|
|
|
|
&reference.dbplus.configure;
|
|
|
|
<section id="dbplus.configuration">
|
|
&reftitle.runtime;
|
|
&no.config;
|
|
</section>
|
|
|
|
<section id="dbplus.resources">
|
|
&reftitle.resources;
|
|
<section id="dbplus.resources.relation">
|
|
<title>dbplus_relation</title>
|
|
<para>
|
|
多くの db++ 関数は、<parameter>dbplus_relation</parameter> リソースを
|
|
操作または返します。
|
|
<parameter>dbplus_relation</parameter> は、保存された関係または
|
|
クエリの結果として生成された関係へのハンドルです。
|
|
</para>
|
|
</section>
|
|
</section>
|
|
|
|
&reference.dbplus.constants;
|
|
|
|
</partintro>
|
|
|
|
&reference.dbplus.functions;
|
|
|
|
</reference>
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim: ts=1 sw=1 et syntax=sgml
|
|
-->
|
|
|