mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
MDL-51374 core_dml: change database layer to pass table name as parameter
This commit is contained in:
parent
26e7eceefc
commit
87a3e50192
11 changed files with 165 additions and 65 deletions
|
@ -5510,7 +5510,7 @@ class moodle_database_for_testing extends moodle_database {
|
|||
protected function normalise_value($column, $value) {}
|
||||
public function set_debug($state) {}
|
||||
public function get_debug() {}
|
||||
public function change_database_structure($sql) {}
|
||||
public function change_database_structure($sql, $tablenames = null) {}
|
||||
public function execute($sql, array $params=null) {}
|
||||
public function get_recordset_sql($sql, array $params=null, $limitfrom=0, $limitnum=0) {}
|
||||
public function get_records_sql($sql, array $params=null, $limitfrom=0, $limitnum=0) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue