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

提供:MoodleDocs
移動先:案内検索
21行目: 21行目:
* [[DDL関数|DDL関数]]: 新しいXMLDBデータ定義およびその使用方法の一覧です。  
* [[DDL関数|DDL関数]]: 新しいXMLDBデータ定義およびその使用方法の一覧です。  
* [[DML関数|DML関数]]: 利用可能なデータ操作関数およびその使用方法の一覧です。
* [[DML関数|DML関数]]: 利用可能なデータ操作関数およびその使用方法の一覧です。
* [[XMLDB defining an XML structure|XMLDB Usage]]: Explanation about the XML schema basis, the [[XMLDB defining an XML structure#The XMLDB editor|XML editor]] embedded within Moodle, its [[XMLDB defining an XML structure#Conventions|naming conventions]] and one simple but illustrative [[XMLDB defining an XML structure#One example: the assignment module|example]].
* [[XMLDBのXML構造定義|XMLDB使用方法]]: XMLスキーマベースの説明、Moodle埋め込み[[XMLDBのXML構造定義#XMLDBエディタ|XMLエディタ]]、その[[XMLDBのXML構造定義#命名規則|命名規則]]、簡単かつ実践的な[[XMLDBのXML構造定義#課題モジュール例|例]]です。
* [[XMLDBのXML構造定義|XMLDB使用方法]]: XMLスキーマベースの説明、Moodle埋め込み[[XMLDBのXML構造定義#XMLDBエディタ|XMLエディタ]]、その[[XMLDBのXML構造定義#命名規則]]、簡単かつ実践的な[[XMLDBのXML構造定義#課題モジュール例|例]]です。Explanation about the XML schema basis, the [[XMLDB defining an XML structure#The XMLDB editor|XML editor]] embedded within Moodle, its [[XMLDB defining an XML structure#Conventions|naming conventions]] and one simple but illustrative [[XMLDB defining an XML structure#One example: the assignment module|example]].
* [[Installing and upgrading plugin database tables]]
* [[プラグインデータベーステーブルのインストールおよびアップグレード]]
* [[プラグインデータベーステーブルのインストールおよびアップグレード]]
* [[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.

2020年5月16日 (土) 15:10時点における版


作成中です - 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:

関連情報