Solar_Sql_Model_Params_Eager::whereinMax()
public
Solar_Sql_Model_Params_Eager
Solar_Sql_Model_Params_Eager::whereinMax
( bool $val
)
When automatically choosing a "native-by" strategy, the maximum number of records to use a "WHERE IN (...)" for; past this amount, use a sub- SELECT.
Parameters
(bool)
$val
: The setting of 'wherein' or 'select'.
Returns
(Solar_Sql_Model_Params_Eager)
Description
When automatically choosing a "native-by" strategy, the maximum number of records to use a "WHERE IN (...)" for; past this amount, use a sub- SELECT.