Solar_Sql_Model_Related::_getNativeBySelect()

protected array Solar_Sql_Model_Related::_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.

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.



Local