Solar_Sql_Model_Related_HasOneOrNull::_getNativeBySelect()
protected
array
Solar_Sql_Model_Related_HasOneOrNull::_getNativeBySelect
( Solar_Sql_Model_Params_Eager $eager
, Solar_Sql_Model_Params_Fetch $fetch
, string $col
)
Returns an INNER JOIN specification for joining to the native table as as sub-SELECT.
Inherited from Solar_Sql_Model_Related.
Parameters
(Solar_Sql_Model_Params_Eager)
$eager
: The eager params.(Solar_Sql_Model_Params_Fetch)
$fetch
: The native fetch settings.(string)
$col
: The foreign column to join against.
Returns
(array) A join specification array.
Description
Returns an INNER JOIN specification for joining to the native table as as sub-SELECT.