|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Data Structures | |
| class | moodle_database |
Namespaces | |
| namespace | core |
Enumerations | |
| enum | SQL_PARAMS_NAMED |
| GLOBAL CONSTANTS /////////////////////////////////////////////////////////. More... | |
| enum | SQL_PARAMS_QM |
| enum | SQL_PARAMS_DOLLAR |
| enum | SQL_QUERY_SELECT |
| enum | SQL_QUERY_INSERT |
| enum | SQL_QUERY_UPDATE |
| enum | SQL_QUERY_STRUCTURE |
| enum | SQL_QUERY_AUX |
| enum SQL_PARAMS_DOLLAR |
Bitmask, indicates $1, $2, ... type parameters are supported by db backend.
Definition at line 43 of file moodle_database.php.
| enum SQL_PARAMS_NAMED |
GLOBAL CONSTANTS /////////////////////////////////////////////////////////.
Bitmask, indicates :name type parameters are supported by db backend.
Definition at line 37 of file moodle_database.php.
| enum SQL_PARAMS_QM |
Bitmask, indicates ? type parameters are supported by db backend.
Definition at line 40 of file moodle_database.php.
| enum SQL_QUERY_AUX |
Auxiliary query done by driver, setting connection config, getting table info, etc.
Definition at line 59 of file moodle_database.php.
| enum SQL_QUERY_INSERT |
Insert select query, writing
Definition at line 50 of file moodle_database.php.
| enum SQL_QUERY_SELECT |
Normal select query, reading only
Definition at line 47 of file moodle_database.php.
| enum SQL_QUERY_STRUCTURE |
Query changing db structure, writing
Definition at line 56 of file moodle_database.php.
| enum SQL_QUERY_UPDATE |
Update select query, writing
Definition at line 53 of file moodle_database.php.