Moodle  2.2.1
http://www.collinsharper.com
perf_mssqlnative Class Reference
Inheritance diagram for perf_mssqlnative:
Collaboration diagram for perf_mssqlnative:

Public Member Functions

 perf_mssqlnative (&$conn)
 Explain ($sql, $partial=false)
 Tables ()
 sp_who ()
 HealthCheck ($cli=false)

Data Fields

 $sql1 = 'cast(sql1 as text)'
 $createTableSQL
 $settings

Detailed Description

Definition at line 22 of file perf-mssqlnative.inc.php.


Member Function Documentation

Explain ( sql,
partial = false 
)

Reimplemented from adodb_perf.

Definition at line 77 of file perf-mssqlnative.inc.php.

Here is the call graph for this function:

HealthCheck ( cli = false)

Reimplemented from adodb_perf.

Definition at line 152 of file perf-mssqlnative.inc.php.

perf_mssqlnative ( &$  conn)

Definition at line 68 of file perf-mssqlnative.inc.php.

sp_who ( )

Definition at line 146 of file perf-mssqlnative.inc.php.

Tables ( )

Definition at line 120 of file perf-mssqlnative.inc.php.


Field Documentation

$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-mssqlnative.inc.php.

$settings

Definition at line 33 of file perf-mssqlnative.inc.php.

$sql1 = 'cast(sql1 as text)'

Reimplemented from adodb_perf.

Definition at line 23 of file perf-mssqlnative.inc.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations