|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| add_temptable ($tablename) | |
Definition at line 33 of file mssql_native_moodle_temptables.php.
| add_temptable | ( | $ | tablename | ) |
Add one temptable to the store.
Overriden because MSSQL requires to add # for local (session) temporary tables before the prefix.
Given one moodle temptable name (without prefix), add it to the store, with the key being the original moodle name and the value being the real db temptable name already prefixed
Override and use this *only* if the database requires modification in the table name.
| string | $tablename | name without prefix of the table created as temptable |
Reimplemented from moodle_temptables.
Definition at line 49 of file mssql_native_moodle_temptables.php.