Documentation TYPO3 par Ameos |
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 |
Definition at line 18 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::$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.