Solar_Sql_Adapter_MysqlReplicated::_quoteName()

protected string Solar_Sql_Adapter_MysqlReplicated::_quoteName ( string $name )

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

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

See Also



Local