Moodle  2.2.1
http://www.collinsharper.com
mssql_native_moodle_temptables Class Reference
Inheritance diagram for mssql_native_moodle_temptables:
Collaboration diagram for mssql_native_moodle_temptables:

Public Member Functions

 add_temptable ($tablename)

Detailed Description

Definition at line 33 of file mssql_native_moodle_temptables.php.


Member Function Documentation

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.

Parameters:
string$tablenamename without prefix of the table created as temptable

Reimplemented from moodle_temptables.

Definition at line 49 of file mssql_native_moodle_temptables.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations