DBTableSubquery Class Reference
[Model]
Masks a sub query as a table, that can be used in Joins. More...
Inheritance diagram for
DBTableSubquery:
Public Member Functions |
|
__construct ($query, $alias, $table=null) | |
Constructor. |
|
get_table_name_escaped () | |
Returns name of table, but escaped. |
|
Protected Attributes |
|
$query | |
The query to mask as table. |
Detailed Description
Masks a sub query as a table, that can be used in Joins.
Definition at line 8 of file dbtablesubquery.csl.php.
Constructor & Destructor Documentation
DBTableSubquery::__construct | ( | $ | query, | |
$ | alias, | |||
$ | table = null |
|||
) |
Constructor.
- Parameters:
-
IDBTable $table The table to overload alias for string $alias
Definition at line 20 of file dbtablesubquery.csl.php.
Member Function Documentation
DBTableSubquery::get_table_name_escaped | ( | ) |
Returns name of table, but escaped.
- Returns:
- string
Reimplemented from DBTable.
Definition at line 35 of file dbtablesubquery.csl.php.
Member Data Documentation
DBTableSubquery::$query
[protected] |
The query to mask as table.
Definition at line 12 of file dbtablesubquery.csl.php.
The documentation for this class was generated from the following file:
- gyro/core/model/base/dbtablesubquery.csl.php