Solar_Sql_Select::compoundLimit()

public Solar_Sql_Select Solar_Sql_Select::compoundLimit ( int $count = NULL , int $offset = NULL )

Sets a compound limit count and offset to the query; used only in UNION (etc) queries.

Parameters

  • (int) $count: The number of rows to return.

  • (int) $offset: Start returning after this many rows.

Returns

  • (Solar_Sql_Select)

Description

Sets a compound limit count and offset to the query; used only in UNION (etc) queries.



Local