Solar_Sql_Model_Params_Eager::joinOnly()
public
Solar_Sql_Model_Params_Eager
Solar_Sql_Model_Params_Eager::joinOnly
( bool $val
)
Whether or not this is a "join-only"; in a join-only, the eager is joined, but no rows are selected.
Parameters
(bool)
$val
: The join-only setting.
Returns
(Solar_Sql_Model_Params_Eager)
Description
Whether or not this is a "join-only"; in a join-only, the eager is joined, but no rows are selected.