Moodle PHP Documentation 4.2
Moodle 4.2.8 (Build: 20240610) (2d41ac46f45)
perf_oci8 Class Reference
Inheritance diagram for perf_oci8:

Public Member Functions

 __construct (&$conn)
 
 LogMode ()
 
 TopRecentWaits ()
 

Public Attributes

 $createTableSQL
 
 $noShowIxora = 15
 
 $settings
 
 $tablesSQL
 
 $version
 

Member Data Documentation

◆ $createTableSQL

perf_oci8::$createTableSQL
Initial value:
= "CREATE TABLE adodb_logsql (
created date NOT NULL,
sql0 varchar(250) NOT NULL,
sql1 varchar(4000) NOT NULL,
params varchar(4000),
tracer varchar(4000),
timer decimal(16,6) NOT NULL
)"

◆ $tablesSQL

perf_oci8::$tablesSQL
Initial value:
= "select segment_name as "tablename\", sum(bytes)/1024 as "size_in_k\",tablespace_name as "tablespace\",count(*) "extents::" from sys.user_extents
group by segment_name,tablespace_name"

The documentation for this class was generated from the following file: