Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Classes
sql_generator.php File Reference

This class represent the base generator class where all the needed functions to generate proper SQL are defined. More...

Classes

class  sql_generator
 Abstract sql generator class, base for all db specific implementations. More...
 

Detailed Description

This class represent the base generator class where all the needed functions to generate proper SQL are defined.

The rest of classes will inherit, by default, the same logic. Functions will be overridden as needed to generate correct SQL.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later