1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-29 10:32:17 +02:00
Files
archived-doc-ja/reference/dbplus/book.xml
TAKAGI Masahiro a95e4de08e Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@330348 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-24 21:19:30 +00:00

57 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 1634a886415d0ab4df195fe49d18a1c150b70758 Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa -->
<!-- State: experimental -->
<book xml:id="book.dbplus" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>DB++</title>
<!-- {{{ preface -->
<preface xml:id="intro.dbplus">
&reftitle.intro;
<para>
db++ は、ドイツの企業 <link xlink:href="&url.dbplus.company;">Concept
asa</link> により作成された高性能でかつメモリ使用量とディスク使用量が
小さいことを特徴とするリレーショナルデータベースシステムです。
db++ では、SQL は補助的なインターフェイス原語として提供されており、
元来の SQL データベースであるわけではありませんが、SQL よりも
関係代数にはるかに強く影響された固有の AQL クエリ言語が提供されています。
</para>
<para>
Concept asa は、常にオープンソース言語のサポートに関心を持って来ており、
db++ は Perl、Tcl コールのインターフェイスを何年も前から有し、
Tcl を内部的なストアドプロシージャ言語として使用しています。
</para>
&warn.experimental;
</preface>
<!-- }}} -->
&reference.dbplus.setup;
&reference.dbplus.constants;
&reference.dbplus.reference;
</book>
<!-- 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:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->