Documentation TYPO3 par Ameos |
Public Member Functions | |
| perf_mssql (&$conn) | |
| Explain ($sql, $partial=false) | |
| Tables () | |
| sp_who () | |
| HealthCheck ($cli=false) | |
Public Attributes | |
| $sql1 = 'cast(sql1 as text)' | |
| $createTableSQL | |
| $settings | |
Definition at line 22 of file perf-mssql.inc.php.
| perf_mssql::$createTableSQL |
Initial value:
"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.
1.4.6