Public Member Functions | |
| __construct ($query=NULL, $isSubQuery=FALSE) | |
| getTableInfo ($query_id, $table_name) | |
| toString () | |
Public Attributes | |
| $queryTag | |
Definition at line 16 of file QueryParser.class.php.
| QueryParser::__construct | ( | $query = NULL, |
|
$isSubQuery = FALSE |
|||
| ) |
Constructor
| object | $query | XML object obtained after reading the XML Query file |
| bool | $isSubQuery |
Definition at line 33 of file QueryParser.class.php.
| QueryParser::getTableInfo | ( | $query_id, | |
| $table_name | |||
| ) |
Returns table information
Used for finding column type info (string/numeric)
Obtains the table info from XE's XML schema files
| object | $query_id | |
| bool | $table_name |
Definition at line 51 of file QueryParser.class.php.
| QueryParser::toString | ( | ) |
Returns the contents for the query cache file
Definition at line 118 of file QueryParser.class.php.
| QueryParser::$queryTag |
Definition at line 24 of file QueryParser.class.php.
1.8.5