Previous Page
_buildSelect()

Solar_Sql_Select
_countSubSelect()

Next Page
_exception()

_countSubSelect()

protected int _countSubSelect ( Solar_Sql_Select $inner, string $col )

When doing a countPages(), count using a subselect.

Parameters

  • (Solar_Sql_Select) $inner: The inner subselect to use.
  • (string) $col: Count on this column in the subselect.

Returns

  • (int) The count on the subselect column.

Description

When doing a countPages(), count using a subselect.