Solar_Sql_Adapter::_modIndexName()

protected string Solar_Sql_Adapter::_modIndexName ( string $table , string $name )

Modifies an index name for adapters.

Parameters

  • (string) $table: The table on which the index occurs.

  • (string) $name: The requested index name.

Returns

  • (string) The modified index name (most adapters do not modify the name).

Description

Modifies an index name for adapters.

Most adapters don't need this, but some do (e.g. PostgreSQL and SQLite).



Local