Note: You are currently viewing documentation for Moodle 3.9. Up-to-date documentation for the latest stable version of Moodle may be available here: DML exceptions.

Development:DML exceptions: Difference between revisions

From MoodleDocs
No edit summary
Line 7: Line 7:
==See also==
==See also==


* [[Development:DML functions|DML functions]]: Where all the functions used to handle DB data ([[wikipedia:Data_Manipulation_Language|DML]]) are defined.
* [[Development:Exceptions|Exceptions]]: General guidlines for using of exceptions in Moodle 2.0
* [[Development:DML functions|DML functions]]: Where all the functions used to handle DB data. ([[wikipedia:Data_Manipulation_Language|DML]]) are defined.
* [[Development:DDL functions|DDL functions]]: Where all the functions used to handle DB objects ([[wikipedia:Data_Definition_Language|DDL]]) are defined.
* [[Development:DDL functions|DDL functions]]: Where all the functions used to handle DB objects ([[wikipedia:Data_Definition_Language|DDL]]) are defined.

Revision as of 15:05, 27 November 2008

Template:Moodle 2.0In previous versions problems in database calls were ignored by default.


TODO: add more info here, explanation and same examples.


See also

  • Exceptions: General guidlines for using of exceptions in Moodle 2.0
  • 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.