ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:performance:invalidsql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
performance:invalidsql [2015/08/23 16:46] – created mnewnhamv5:performance:invalidsql [2024/03/21 16:16] (current) – Screenshot with sample output dregad
Line 2: Line 2:
 ~~NOTOC~~ ~~NOTOC~~
 <WRAP right box> <WRAP right box>
 +
 == Syntax == == Syntax ==
-  mixed invalidSql()+  string invalidSql()
 </WRAP> </WRAP>
 +
 ===== Description ===== ===== Description =====
-The function ''invalidSql()'' returns a list of invalid SQL statements collected by the performance monitor logSql feature.+ 
 +The function ''invalidSql()'' returns a list of invalid SQL statements collected by the performance monitor logSql feature, formatted as an HTML table. 
 ===== Usage ===== ===== Usage =====
 +<code php>
 /* /*
 * Connection to DB2 database * Connection to DB2 database
Line 27: Line 32:
  
  
-$h = $perf->invalidSql()+$h = $perf->invalidSql();
  
 </code> </code>
  
 +==== Output ====
 +
 +{{:v5:performance:performance-invalid-sql.png?nolink}}
v5/performance/invalidsql.1440341162.txt.gz · Last modified: 2017/04/21 11:30 (external edit)