Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
OCI specific temptables store. More...
Classes | |
class | oci_native_moodle_temptables |
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.