Solar_Sql_Adapter_MysqlReplicated::_fetchIndexInfo()

protected array Solar_Sql_Adapter_MysqlReplicated::_fetchIndexInfo ( string $table , string $schema )

Returns an array of index information for a table.

Inherited from Solar_Sql_Adapter_Mysql.

Parameters

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

  • (string) $schema: The database in which the table resides.

Returns

  • (array) An array of table indexes.

Description

Returns an array of index information for a table.



Local