Located in /QueryExplain.php (line 46)
Constructor. See class documentation for explaination of the parameters
If the given query is a SELECT statement, return the explain plan
Extract the table names from a query, and return the result of SHOW CREATE TABLE tablename;
Try to parse the real table names out of a sql query
Extract the table names and the return the result of SHOW TABLE STATUS LIKE 'tablename' for each table;
given a mysqli result handle, format a string to look like the mysql cli
type tables
Documentation generated on Mon, 12 Mar 2012 11:59:41 -0700 by phpDocumentor 1.4.4