

Public Member Functions | |
| perf_informix (&$conn) | |
Public Attributes | |
| $createTableSQL | |
| $tablesSQL = "select a.tabname tablename, ti_nptotal*2 size_in_k, ti_nextns extents, ti_nrows records from systables c, sysmaster:systabnames a, sysmaster:systabinfo b where c.tabname not matches 'sys*' and c.partnum = a.partnum and c.partnum = b.ti_partnum" | |
| $settings | |
Definition at line 22 of file perf-informix.inc.php.