Solar_Sql_Model_Params_Eager::nativeBy()

public Solar_Sql_Model_Params_Eager Solar_Sql_Model_Params_Eager::nativeBy ( bool $val )

Should native records be selected by "WHERE IN (...)" a list of IDs, or by a sub-SELECT?

Parameters

  • (bool) $val: The setting of 'wherein' or 'select'.

Returns

  • (Solar_Sql_Model_Params_Eager)

Description

Should native records be selected by "WHERE IN (...)" a list of IDs, or by a sub-SELECT?



Local