perf_oci8 Class Reference

List of all members.

Public Member Functions

 perf_oci8 (&$conn)
 WarnPageCost ($val)
 WarnIndexCost ($val)
 PGA ()
 Explain ($sql, $partial=false)
 CheckMemory ()
 tohtml (&$rs, $type)
 SuspiciousSQL ($numsql=10)
 ExpensiveSQL ($numsql=10)

Public Attributes

 $tablesSQL
 $version
 $createTableSQL
 $settings

Detailed Description

Definition at line 18 of file perf-oci8.inc.php.


Constructor & Destructor Documentation

perf_oci8.perf_oci8 &$  conn  ) 
 

Definition at line 165 of file perf-oci8.inc.php.


Member Function Documentation

perf_oci8.CheckMemory  ) 
 

Definition at line 291 of file perf-oci8.inc.php.

perf_oci8.ExpensiveSQL numsql = 10  ) 
 

Definition at line 439 of file perf-oci8.inc.php.

perf_oci8.Explain sql,
partial = false
 

Definition at line 211 of file perf-oci8.inc.php.

perf_oci8.PGA  ) 
 

Definition at line 191 of file perf-oci8.inc.php.

perf_oci8.SuspiciousSQL numsql = 10  ) 
 

Definition at line 369 of file perf-oci8.inc.php.

perf_oci8.tohtml &$  rs,
type
 

Definition at line 323 of file perf-oci8.inc.php.

perf_oci8.WarnIndexCost val  ) 
 

Definition at line 181 of file perf-oci8.inc.php.

perf_oci8.WarnPageCost val  ) 
 

Definition at line 173 of file perf-oci8.inc.php.


Member Data Documentation

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
                )"

Definition at line 24 of file perf-oci8.inc.php.

perf_oci8.$settings
 

Definition at line 33 of file perf-oci8.inc.php.

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"

Definition at line 20 of file perf-oci8.inc.php.

perf_oci8.$version
 

Definition at line 23 of file perf-oci8.inc.php.


The documentation for this class was generated from the following file:
Generated on Fri Apr 7 10:48:49 2006 for TYPO3 by  doxygen 1.4.6