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 14:16, 24 June 2022 by Andrew Nicols (talk | contribs) (Note about plan not to migrate this page to the new developer resources. See template for more info.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Warning: This page is no longer in use. The information contained on the page should NOT be seen as relevant or reliable.


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 SQLite 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.