diff options
| author | fukachan <fukachan> | 2003-05-31 08:51:07 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-05-31 08:51:07 +0000 |
| commit | ab4755dfa12f4f5d2e60a945fdcfdbf2b26634f2 (patch) | |
| tree | f3e47ec4c5f4b5654b73cd6972422f47a4cdf4ec /fml/doc/ja/tutorial/internals/dbms.sgml | |
| parent | ca55827a4e1c2f75cf2565a28d0d823da4b1206d (diff) | |
| download | fml8-udb-base.tar.gz fml8-udb-base.tar.bz2 fml8-udb-base.zip | |
reconstruct/update considerations around DB.udb-base
Diffstat (limited to 'fml/doc/ja/tutorial/internals/dbms.sgml')
| -rw-r--r-- | fml/doc/ja/tutorial/internals/dbms.sgml | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/internals/dbms.sgml b/fml/doc/ja/tutorial/internals/dbms.sgml index 881fcfea..b069ee07 100644 --- a/fml/doc/ja/tutorial/internals/dbms.sgml +++ b/fml/doc/ja/tutorial/internals/dbms.sgml @@ -1,5 +1,5 @@ <!-- - $FML: dbms.sgml,v 1.3 2002/07/06 14:55:18 fukachan Exp $ + $FML: dbms.sgml,v 1.4 2003/04/15 14:51:40 fukachan Exp $ --> <chapter id="dbms"> @@ -7,6 +7,12 @@ データベース管理システム </title> + +<sect1 id="dbms.overview"> + <title> + 概要 + </title> + <para> DBMS との通信は <link linkend="module.io.adapter"> @@ -21,5 +27,24 @@ IO::Adapter IO::Adapter の前段階のプログラムが頑張る必要があります。 </para> +</sect1> + + +<sect1 id="dbms.todo"> + <title> + TODO + </title> + +<para> +メソッドが必要最少限になっているかは考えた方がいい。 +けれど、 +<link linkend="module.io.adapter"> +IO::Adapter +</link> +のメソッド準拠ではあるので、とりあえずいいのかな。 +</para> + +</sect1> + </chapter> |
