Database query builder with SQL parser
This class is an extension to the query builder, which enables it to parse real SQL statements to fill the object's properties.
Note that the SQL statements are expected to use the syntax understood by FileDb. This sligthly differs from MySQL. No Limit clause is allowed. Use the method "DbQuery::setLimit()" instead. Ids do not need to be quoted. Values are quoted using double-quotes - not single-quotes.
For more details on this topic see the manual and the developer's cookbook.
Object
|
--DbQuery
|
--DbQueryParser