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
Last revisionBoth sides next revision
performance:invalidsql [2015/08/23 16:46] – created mnewnhamv5:performance:invalidsql [2021/08/22 22:09] – typo peterdd
Line 8: Line 8:
 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.
 ===== Usage ===== ===== Usage =====
 +<code php>
 /* /*
 * Connection to DB2 database * Connection to DB2 database
Line 27: Line 28:
  
  
-$h = $perf->invalidSql()+$h = $perf->invalidSql();
  
 </code> </code>
  
v5/performance/invalidsql.txt · Last modified: 2024/03/21 16:16 by dregad