Documentation TYPO3 par Ameos

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.


Member Data Documentation

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::$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.


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


Généré par Le spécialiste TYPO3 avec  doxygen 1.4.6