|
Previous Page |
Solar_Sql_Model_Related_HasOne |
Next Page |
modSelectEager()
public
void
modSelectEager (
Solar_Sql_Select $select
)
When the native model is doing a select and an eager-join is requested for this relation, this method modifies the select to add the eager join.
Parameters
- (Solar_Sql_Select)
$select: The SELECT to be modified.
Returns
- (void) The SELECT is modified in place.
Description
When the native model is doing a select and an eager-join is requested for this relation, this method modifies the select to add the eager join.
Automatically adds the foreign columns to the select.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _exception()
- _fixForeignKey()
- _fixRelatedCol()
- _modSelect()
- _modSelectEager()
- _setCols()
- _setForeignClass()
- _setForeignModel()
- _setRelated()
- _setSelect()
- _setType()
- apiVersion()
- dump()
- fetchArray()
- fetchObject()
- getModel()
- load()
- locale()
- modSelectCountPages()
- modSelectEager()
- newSelect()
- setNativeModel()
- toArray()