Nodes of different colours represent the following:
Solid arrows point from a submodule to the (sub)module which it is
descended from. Dashed arrows point from a module or program unit to
modules which it uses.
Returns SQL string from query. If no base SQL query base is
passed, uses query attribute sql instead. If attribute sql is
not allocated, the SQL base query will be empty (and only the WHERE,
ORDER BY, and LIMIT parameters are returned). A passed base query
will overwrite the attribute of argument db_query.
For UPDATE queries, the columns must be specified with
dm_db_query_update() and likely dm_db_query_where() first.
The function is prone to SQL injections. Only pass parametrised
strings!
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.