Solar_Sql_Adapter_Pgsql::_selectSingleFrom()

protected string Solar_Sql_Adapter_Pgsql::_selectSingleFrom ( array $from )

Builds the FROM clause for a SELECT command.

Inherited from Solar_Sql_Adapter.

Parameters

  • (array) $from: The array of FROM clause elements.

Returns

  • (string) The FROM clause.

Description

Builds the FROM clause for a SELECT command.



Local