Solar_Sql_Model_Params_Fetch::distinct()

public Solar_Sql_Model_Params_Fetch Solar_Sql_Model_Params_Fetch::distinct ( bool $flag )

Should the fetch use a SELECT DISTINCT?

Parameters

  • (bool) $flag: True to use DISTINCT; false, not to.

Returns

  • (Solar_Sql_Model_Params_Fetch)

Description

Should the fetch use a SELECT DISTINCT?



Local