Solar_Sql_Adapter_Pgsql::fetchIndexInfo()

public array Solar_Sql_Adapter_Pgsql::fetchIndexInfo ( string $spec )

Returns an array describing table indexes from the cache; if the cache entry is not available, queries the database for the index information.

Inherited from Solar_Sql_Adapter.

Parameters

  • (string) $spec: The table or schema.table name to fetch indexes for.

Returns

  • (array) An array of table indexes.

Description

Returns an array describing table indexes from the cache; if the cache entry is not available, queries the database for the index information.



Local