"TYPO3 4.0.1: adodb_perf Class Reference", "datetime" => "Sat Dec 2 19:23:49 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>

Public Member Functions | |
| table ($newtable=false) | |
| _CPULoad () | |
| MemInfo () | |
| CPULoad () | |
| Tracer ($sql) | |
| Explain ($sql, $partial=false) | |
| InvalidSQL ($numsql=10) | |
| _SuspiciousSQL ($numsql=10) | |
| CheckMemory () | |
| SuspiciousSQL ($numsql=10) | |
| ExpensiveSQL ($numsql=10) | |
| _ExpensiveSQL ($numsql=10) | |
| DBParameter ($param) | |
| & | PollParameters () |
| _DBParameter ($sql) | |
| WarnCacheRatio ($val) | |
| UI ($pollsecs=5) | |
| Poll ($secs=5) | |
| HealthCheckCLI () | |
| HealthCheck ($cli=false) | |
| Tables ($orderby='1') | |
| CreateLogTable () | |
| DoSQLForm () | |
| SplitSQL ($sql) | |
| undomq ($m) | |
| OptimizeTables () | |
| OptimizeTable ($table, $mode=ADODB_OPT_LOW) | |
| optimizeDatabase () | |
Public Attributes | |
| $conn | |
| $color = '#F0F0F0' | |
| $table = '<table border=1 bgcolor=white>' | |
| $titles = '<tr><td><b>Parameter</b></td><td><b>Value</b></td><td><b>Description</b></td></tr>' | |
| $warnRatio = 90 | |
| $tablesSQL = false | |
| $cliFormat = "%32s => %s \r\n" | |
| $sql1 = 'sql1' | |
| $explain = true | |
| $helpurl = "<a href=http://phplens.com/adodb/reference.functions.fnexecute.and.fncacheexecute.properties.html#logsql>LogSQL help</a>" | |
| $createTableSQL = false | |
| $maxLength = 2000 | |
| $_lastLoad | |
Definition at line 202 of file adodb-perf.inc.php.
|
|
Reorganise current database. Default implementation loops over all
Definition at line 1037 of file adodb-perf.inc.php. References $table. |
|
||||||||||||
|
Reorganise the table-indices/statistics/.. depending on the given mode. Default Implementation throws an error.
Definition at line 1023 of file adodb-perf.inc.php. References ADOConnection::outp(). |