Solar_Sql_Adapter_Oracle::_selectCompound()

protected string Solar_Sql_Adapter_Oracle::_selectCompound ( array $parts )

Builds a compound SELECT command string from its component parts, without the LIMIT portions; those are left to the individual adapters.

Inherited from Solar_Sql_Adapter.

Parameters

  • (array) $parts: The parts of the SELECT statement, generally from a Solar_Sql_Select object.

Returns

  • (string) A SELECT command string.

Description

Builds a compound SELECT command string from its component parts, without the LIMIT portions; those are left to the individual adapters.



Local