Previous Page
_exception()

Solar_Sql_Select
_hasCountCond()

Next Page
_join()

_hasCountCond()

protected bool _hasCountCond ( array $list )

Determines if there is a COUNT() in any of the condition snippets.

Parameters

  • (array) $list: The list of condition snippets.

Returns

  • (bool) True if a COUNT() is present anywhere, false if not.

Description

Determines if there is a COUNT() in any of the condition snippets.