「XMLデータベーススキーマ」の版間の差分

提供:MoodleDocs
移動先:案内検索
24行目: 24行目:
* [[プラグインデータベーステーブルのインストールおよびアップグレード]]
* [[プラグインデータベーステーブルのインストールおよびアップグレード]]
* [[Coding|Coding guidelines]]: The main coding guidelines and, more exactly, the [[Database|database structures section]] that you must follow carefully in order to produce good cross-db code.
* [[Coding|Coding guidelines]]: The main coding guidelines and, more exactly, the [[Database|database structures section]] that you must follow carefully in order to produce good cross-db code.
* [[コーディング|コーディングガイドライン]]: 主要なコーディングガイドラインです。様々なデータベースに対応したコードを書くため、[[データベース|データベース構造セクション]]に従ってください。The main coding guidelines and, more exactly, the [[Database|database structures section]] that you must follow carefully in order to produce good cross-db code.
* [[Database Schema|Database schema]]: Moodle database diagrams in [http://fabforce.net/dbdesigner4/ DBDesigner4] format.
* [[Database Schema|Database schema]]: Moodle database diagrams in [http://fabforce.net/dbdesigner4/ DBDesigner4] format.



2020年5月17日 (日) 15:04時点における版


作成中です - Mitsuhiro Yoshida (トーク)

XMLDBはMoodleのデータベース抽出レイヤです - これはMoodleがデータベースに連携およびアクセスできるようにするためのコードライブラリです。

このページにはすべてのIXMLDBドキュメントのリンクを記載しています。

イントロダクション

インストレーション Installation

開発 Developing

バグおよび心機能 Bugs and new features

データベースエンジンドキュメント Database engine documentation

Here are convenient links to the reference documentation of the various database engines we support, should you need to check that something is supported by all of them:

関連情報