1
0
mirror of https://github.com/php/doc-ja.git synced 2026-04-24 00:18:15 +02:00
Files
archived-doc-ja/reference/sqlite/reference.xml
T
Rui Hirokawa 442ef020e3 added sync revision tag.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@134137 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-03 22:40:27 +00:00

102 lines
3.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<!-- sync: 1.6 -->
<reference id="ref.sqlite">
<title>SQLite</title>
<titleabbrev>SQLite</titleabbrev>
<partintro>
<section id="sqlite.intro">
&reftitle.intro;
<para>
この拡張モジュールは、SQLLite Embeddable SQL Database Engine 用の
拡張モジュールです。SQLiteは、組込み可能なSQLデータベースエンジン
を実装するCライブラリです。SQLiteライブラリをリンクするプログラム
は、別のRDBMSプロセスを実行することなくSQLデータベースにアクセス
することができます。
</para>
<para>
SQLiteは、巨大なデータベースサーバーに接続するために使用されるク
ライアントライブラリではありません。
SQLiteがそのサーバーなのです。
SQLiteライブラリは、ディスク上のデータベースを直接読み書きします。
</para>
<note>
<para>
より詳細な情報については、SQLiteのWebサイト
(<ulink url="&url.sqlite;">&url.sqlite;</ulink>)
を参照して下さい。
</para>
</note>
</section>
<section id="sqlite.install">
<title>インストール</title>
<para>
このパッケージに付属するINSTALLファイルを読んで下さい。
または、単にPEARインストーラで"pear install sqlite"を実行して下さ
い。SQLite自体も既に含まれており、他のソフトウエアをインストール
する必要は全くありません。
</para>
<para>
Windowsユーザは、DLL版のSQLite拡張モジュールを次の場所から入手可
能です。
(<ulink url="&url.pecl.get.win;php_sqlite.dll">php_sqlite.dll</ulink>)
</para>
</section>
<section id="sqlite.contact">
<title>問い合わせ先</title>
<para>
この拡張モジュールに関する質問は、
<ulink url="&url.php.support;">PHPメーリングリスト</ulink>のどれ
かで行って下さい。
</para>
</section>
<section id="sqlite.requirements">
&reftitle.required;
<para>
以下の関数を利用可能とするには、SQLiteサポートを有効にしてPHPをコ
ンパイルするか、php.iniで動的にSQLite拡張モジュールをロードする必
要があります。
</para>
</section>
<section id="sqlite.resources">
&reftitle.resources;
<para>
There are two resources used in the SQLite Interface. The first one is the
database connection, the second one the result set.
</para>
</section>
&reference.sqlite.constants;
&reference.sqlite.ini;
</partintro>
&reference.sqlite.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:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->