Solar_Sql_Select::_addCompound()

protected Solar_Sql_Select Solar_Sql_Select::_addCompound ( string $type )

Support method for adding compound ('UNION', 'UNION ALL') queries based on the current object properties.

Parameters

  • (string) $type: The compound phrase.

Returns

  • (Solar_Sql_Select)

Description

Support method for adding compound ('UNION', 'UNION ALL') queries based on the current object properties.



Local