Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Classes
oci_native_moodle_temptables.php File Reference

OCI specific temptables store. More...

Classes

class  oci_native_moodle_temptables
 

Detailed Description

OCI specific temptables store.

Needed because temporary tables in Oracle are global (to all sessions), so we need to rename them on the fly in order to get local (different for each session) table names. Also used to be able to retrieve temp table names included in the get_tables() method of the DB.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later