diff options
| author | fukachan <fukachan> | 2003-07-29 12:13:54 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-07-29 12:13:54 +0000 |
| commit | 1e55dfb8a11faedb028f39d7529374a3714f4e9a (patch) | |
| tree | 0b5c71787ba8bd1b6c3a71236119b41a618f98cf /fml/doc/en/tutorial/internals/dbms.sgml | |
| parent | 9b8aa01b71fa6ae09e7e12a9fe2f5150e1adec3f (diff) | |
| download | fml8-1e55dfb8a11faedb028f39d7529374a3714f4e9a.tar.gz fml8-1e55dfb8a11faedb028f39d7529374a3714f4e9a.tar.bz2 fml8-1e55dfb8a11faedb028f39d7529374a3714f4e9a.zip | |
translated
Diffstat (limited to 'fml/doc/en/tutorial/internals/dbms.sgml')
| -rw-r--r-- | fml/doc/en/tutorial/internals/dbms.sgml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/fml/doc/en/tutorial/internals/dbms.sgml b/fml/doc/en/tutorial/internals/dbms.sgml new file mode 100644 index 00000000..25a2d32a --- /dev/null +++ b/fml/doc/en/tutorial/internals/dbms.sgml @@ -0,0 +1,52 @@ +<!-- + $FML$ + $jaFML: dbms.sgml,v 1.5 2003/05/31 08:51:09 fukachan Exp $ +--> + +<chapter id="dbms"> + <title> + database management system + </title> + + +<sect1 id="dbms.overview"> + <title> + Overview + </title> + +<para> +Communication with DBMS (database management system) +via +<link linkend="module.io.adapter"> +IO::Adapter +</link> +class. +</para> + +<para> +This class provides fundamental functions such as insersion and +deletion of data. If more complex operation is needed, the +preprocessing module calling IO::Adapter should handle it. +</para> + +</sect1> + + +<sect1 id="dbms.todo"> + <title> + TODO + </title> + +<para> +Consider if methods are least set or not. +But +<link linkend="module.io.adapter"> +IO::Adapter +</link> +is enough ? +</para> + +</sect1> + + +</chapter> |
