1
0
mirror of https://github.com/php/doc-ja.git synced 2026-04-29 11:03:19 +02:00
Files
archived-doc-ja/reference/sqlite/reference.xml
T
Rui Hirokawa c1d753be2a modified the misused kanji.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@176274 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-02 07:23:48 +00:00

96 lines
3.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.6 $ -->
<!-- EN-Revision: 1.11 Maintainer: hirokawa Status: ready -->
<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>
<para>
PHP 5 では、SQLite 拡張モジュールとエンジンは PHP
自身にバンドルされ、デフォルトでコンパイルされます。
</para>
</section>
<section id="sqlite.requirements">
&reftitle.required;
<para>
以下の関数を利用可能とするには、SQLiteサポートを有効にしてPHPをコ
ンパイルするか、php.iniで動的にSQLite拡張モジュールをロードする必
要があります。
</para>
</section>
<section id="sqlite.resources">
&reftitle.resources;
<para>
SQLiteインターフェイスでは2種類のリソースが使用されています。最初
のリソースはデータベース接続で、2番目は結果セットです。
</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
-->