Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

DTL functions

From MoodleDocs
Revision as of 23:37, 24 November 2008 by Petr Škoda (škoďák) (talk | contribs) (New page: {{Moodle_2.0}}New feature that enables transferring, import and export of sql data from one server to another. Useful especially when moving data to another type of database. This is the ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Moodle 2.0

New feature that enables transferring, import and export of sql data from one server to another. Useful especially when moving data to another type of database.

This is the result of GSOC 2OO8 project by Andrei Bautu.

TODO

  • add more info here
  • add links to pages and docs created by Andrei

See also

  • DML functions: Where all the functions used to handle DB data (DML) are defined.
  • DDL functions: Where all the functions used to handle DB objects (DDL) are defined.