Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/dml/moodle_database.php File Reference

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

Enumeration Type Documentation

Bitmask, indicates $1, $2, ... type parameters are supported by db backend.

Definition at line 43 of file moodle_database.php.

GLOBAL CONSTANTS /////////////////////////////////////////////////////////.

Bitmask, indicates :name type parameters are supported by db backend.

Definition at line 37 of file moodle_database.php.

Bitmask, indicates ? type parameters are supported by db backend.

Definition at line 40 of file moodle_database.php.

Auxiliary query done by driver, setting connection config, getting table info, etc.

Definition at line 59 of file moodle_database.php.

Insert select query, writing

Definition at line 50 of file moodle_database.php.

Normal select query, reading only

Definition at line 47 of file moodle_database.php.

Query changing db structure, writing

Definition at line 56 of file moodle_database.php.

Update select query, writing

Definition at line 53 of file moodle_database.php.

 All Data Structures Namespaces Files Functions Variables Enumerations