|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| perf_mssql (&$conn) | |
| Explain ($sql, $partial=false) | |
| Tables () | |
| sp_who () | |
| HealthCheck ($cli=false) | |
Data Fields | |
| $sql1 = 'cast(sql1 as text)' | |
| $createTableSQL | |
| $settings | |
Definition at line 22 of file perf-mssql.inc.php.
| Explain | ( | $ | sql, |
| $ | partial = false |
||
| ) |
Reimplemented from adodb_perf.
Definition at line 77 of file perf-mssql.inc.php.

| HealthCheck | ( | $ | cli = false | ) |
Reimplemented from adodb_perf.
Definition at line 152 of file perf-mssql.inc.php.
| perf_mssql | ( | &$ | conn | ) |
Definition at line 68 of file perf-mssql.inc.php.
| sp_who | ( | ) |
Definition at line 146 of file perf-mssql.inc.php.
| Tables | ( | ) |
Definition at line 120 of file perf-mssql.inc.php.
| $createTableSQL |
"CREATE TABLE adodb_logsql ( created datetime NOT NULL, sql0 varchar(250) NOT NULL, sql1 varchar(4000) NOT NULL, params varchar(3000) NOT NULL, tracer varchar(500) NOT NULL, timer decimal(16,6) NOT NULL )"
Reimplemented from adodb_perf.
Definition at line 24 of file perf-mssql.inc.php.
| $settings |
Definition at line 33 of file perf-mssql.inc.php.
| $sql1 = 'cast(sql1 as text)' |
Reimplemented from adodb_perf.
Definition at line 23 of file perf-mssql.inc.php.