summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/internals/dbms.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'fml/doc/ja/tutorial/internals/dbms.sgml')
-rw-r--r--fml/doc/ja/tutorial/internals/dbms.sgml27
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>