Solar_Sql_Adapter::_quoteName()

protected string Solar_Sql_Adapter::_quoteName ( string $name )

Quotes an identifier name (table, index, etc); ignores empty values and values of '*'.

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 and values of '*'.

See Also



Local