Previous Page
_quoteName()

Solar_Sql_Adapter
_quoteNamesIn()

Next Page
_select()

_quoteNamesIn()

protected string|array _quoteNamesIn ( string|array $text )

Quotes all fully-qualified identifier names ("table.col") in a string.

Parameters

  • (string|array) $text: The string in which to quote fully-qualified identifier names to quote. If an array, quotes names in each element in the array.

Returns

  • (string|array) The string (or array) with names quoted in it.

Description

Quotes all fully-qualified identifier names ("table.col") in a string.

See Also