Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
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... | |
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.