A SQLGeneratorInterface interface is the parent of all SQLGenerator objects.
A SQLGeneratorInterface interface declares only one method, namely generateSQLQuery(), which takes a query object as a parameter. The method returns the SQL string representation of that query object - thus, a SQLGenerator.
Located in /harmoni/core/DBHandler/SQLGenerator.interface.php (line 26)
Class | Description |
---|---|
MySQL_SQLGenerator | A MySQLSelectQueryGenerator class provides the tools to build a MySQL query from a Query object. |
Oracle_SQLGenerator | A OracleQueryGenerator class provides the tools to build a Oracle query from a Query object. |
PostgreSQL_SQLGenerator | A PostgreSQLQueryGenerator class provides the tools to build a PostgreSQL query from a Query object. |
Returns a string representing the SQL query corresonding to the specified Query object.
Documentation generated on Wed, 19 Sep 2007 10:26:40 -0400 by phpDocumentor 1.3.0RC3