Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

DTL functions

From MoodleDocs


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.