Previous Page
_prepare()

Solar_Sql_Adapter_Pgsql
_quoteName()

Next Page
_quoteNamesIn()

_quoteName()

protected string _quoteName ( string $name )

Quotes an identifier name (table, index, etc).

Inherited from Solar_Sql_Adapter.

Parameters

  • (string) $name: The identifier name to quote.

Returns

  • (string) The quoted identifier name.

Description

Quotes an identifier name (table, index, etc).

Ignores empty values.

See Also